#154072

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

Shades of Dark Cerulean #154072

Tints of Dark Cerulean #154072

Color information

#154072 (or 0x154072) is unknown color: approx Dark Cerulean. HEX triplet: 15, 40 and 72. RGB value is (21,64,114). Sum of RGB (Red+Green+Blue) = 21+64+114=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #154072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154072 is #EABF8D. Grayscale: #383838. Windows color (decimal): -15384462 or 7487509. OLE color: 7487509.

HSL color Cylindrical-coordinate representation of color #154072: hue angle of 212.26º 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 #154072 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2164114-
CMYK0.820.4400.55
HSL212.26º68.89%26.47%-
HSV(B)212.26º81.58%44.71%-
XYZ5.185.0416.62-
YUV56.84160.25102.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=10.55%
G=32.16%
B=57.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21641140.820.4400.55212.2668.8926.47
Hex154072522C037d4451a
Octal251001621225406732410532
Binary10101100000011100101010010101100011011111010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154072; }

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

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

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

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

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

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

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

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