#153F79

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

Shades of Dark Cerulean #153F79

Tints of Dark Cerulean #153F79

Color information

#153F79 (or 0x153F79) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 79. RGB value is (21,63,121). Sum of RGB (Red+Green+Blue) = 21+63+121=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #153F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F79 is #EAC086. Grayscale: #383838. Windows color (decimal): -15384711 or 7946005. OLE color: 7946005.

HSL color Cylindrical-coordinate representation of color #153F79: hue angle of 214.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153F79 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2163121-
CMYK0.830.4800.53
HSL214.8º70.42%27.84%-
HSV(B)214.8º82.64%47.45%-
XYZ5.545.0918.78-
YUV57.05164.09102.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=10.24%
G=30.73%
B=59.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21631210.830.4800.53214.870.4227.84
Hex153F795330035d7461c
Octal25771711236006532710634
Binary1010111111111110011010011110000011010111010111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153F79; }

 p { color: rgb(21,63,121); }

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

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

 a { background-color: rgb(21,63,121); }

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

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

 span { border-color: rgb(21,63,121); }

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