#153C8B

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

Shades of Dark Cerulean #153C8B

Tints of Dark Cerulean #153C8B

Color information

#153C8B (or 0x153C8B) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3C and 8B. RGB value is (21,60,139). Sum of RGB (Red+Green+Blue) = 21+60+139=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #153C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C8B is #EAC374. Grayscale: #383838. Windows color (decimal): -15385461 or 9124885. OLE color: 9124885.

HSL color Cylindrical-coordinate representation of color #153C8B: hue angle of 220.17º 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 #153C8B is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2160139-
CMYK0.850.5700.45
HSL220.17º73.75%31.37%-
HSV(B)220.17º84.89%54.51%-
XYZ6.595.2625.09-
YUV57.34174.08102.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=9.55%
G=27.27%
B=63.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21601390.850.5700.45220.1773.7531.37
Hex153C8B553902Ddc4a1f
Octal25742131257105533411237
Binary10101111100100010111010101111001010110111011100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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