#153F8B

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

Shades of Dark Cerulean #153F8B

Tints of Dark Cerulean #153F8B

Color information

#153F8B (or 0x153F8B) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 8B. RGB value is (21,63,139). Sum of RGB (Red+Green+Blue) = 21+63+139=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #153F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F8B is #EAC074. Grayscale: #3A3A3A. Windows color (decimal): -15384693 or 9125653. OLE color: 9125653.

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

Color convert

RGB2163139-
CMYK0.850.5500.45
HSL218.64º73.75%31.37%-
HSV(B)218.64º84.89%54.51%-
XYZ6.755.5825.15-
YUV59.11173.09100.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 139 (54.69% from 255) = 62.33%
R=9.42%
G=28.25%
B=62.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21631390.850.5500.45218.6473.7531.37
Hex153F8B553702Ddb4a1f
Octal25772131256705533311237
Binary10101111111100010111010101110111010110111011011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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