#153f8a

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

Shades of Dark Cerulean #153F8A

Tints of Dark Cerulean #153F8A

Color information

#153F8A (or 0x153F8A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 8A. RGB value is (21,63,138). Sum of RGB (Red+Green+Blue) = 21+63+138=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #153F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F8A is #EAC075. Grayscale: #3A3A3A. Windows color (decimal): -15384694 or 9060117. OLE color: 9060117.

HSL color Cylindrical-coordinate representation of color #153F8A: hue angle of 218.46º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153F8A is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2163138-
CMYK0.850.5400.46
HSL218.46º73.58%31.18%-
HSV(B)218.46º84.78%54.12%-
XYZ6.675.5524.76-
YUV58.99172.59100.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 63 (25% from 255) = 28.38%
BLUE value IS 138 (54.30% from 255) = 62.16%
R=9.46%
G=28.38%
B=62.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21631380.850.5400.46218.4673.5831.18
Hex153F8A553602Eda4a1f
Octal25772121256605633211237
Binary10101111111100010101010101110110010111011011010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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