#153E8D

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

Shades of Dark Cerulean #153E8D

Tints of Dark Cerulean #153E8D

Color information

#153E8D (or 0x153E8D) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3E and 8D. RGB value is (21,62,141). Sum of RGB (Red+Green+Blue) = 21+62+141=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #153E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153E8D is #EAC172. Grayscale: #3A3A3A. Windows color (decimal): -15384947 or 9256469. OLE color: 9256469.

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

Color convert

RGB2162141-
CMYK0.850.5600.45
HSL219.5º74.07%31.76%-
HSV(B)219.5º85.11%55.29%-
XYZ6.845.5325.91-
YUV58.75174.42101.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=9.38%
G=27.68%
B=62.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21621410.850.5600.45219.574.0731.76
Hex153E8D553802Ddc4a20
Octal25762151257005533411240
Binary101011111101000110110101011110000101101110111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,62,141); }

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

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

 a { background-color: rgb(21,62,141); }

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

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

 span { border-color: rgb(21,62,141); }

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