#154372

Color #154372 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #154372

Tints of Dark Cerulean #154372

Color information

#154372 (or 0x154372) is unknown color: approx Dark Cerulean. HEX triplet: 15, 43 and 72. RGB value is (21,67,114). Sum of RGB (Red+Green+Blue) = 21+67+114=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #154372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154372 is #EABC8D. Grayscale: #3A3A3A. Windows color (decimal): -15383694 or 7488277. OLE color: 7488277.

HSL color Cylindrical-coordinate representation of color #154372: hue angle of 210.32º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154372 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2167114-
CMYK0.820.4100.55
HSL210.32º68.89%26.47%-
HSV(B)210.32º81.58%44.71%-
XYZ5.355.3916.68-
YUV58.6159.26101.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=10.40%
G=33.17%
B=56.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21671140.820.4100.55210.3268.8926.47
Hex1543725229037d2451a
Octal251031621225106732210532
Binary10101100001111100101010010101001011011111010010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154372; }

 p { color: rgb(21,67,114); }

 H1.HeaderClassName
 {
   color: #154372;
 }
 .AnyTagClassName
 {
   color: #154372;
 }
</style>
background-color css

<style>
 a { background-color: #154372; }

 a { background-color: rgb(21,67,114); }

 div.DivClassName
 {
   background-color: #154372;
 }
 .BgClassName
 {
   background-color: #154372;
 }
</style>
border-color css

<style>
 span { border-color: #154372; }

 span { border-color: rgb(21,67,114); }

 td.TdClassName
 {
   border-color: #154372;
 }
 .TagClassName
 {
   border-color: #154372;
 }
</style>