#153C8A

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

Shades of Dark Cerulean #153C8A

Tints of Dark Cerulean #153C8A

Color information

#153C8A (or 0x153C8A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3C and 8A. RGB value is (21,60,138). Sum of RGB (Red+Green+Blue) = 21+60+138=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #153C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C8A is #EAC375. Grayscale: #383838. Windows color (decimal): -15385462 or 9059349. OLE color: 9059349.

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

Color convert

RGB2160138-
CMYK0.850.5700.46
HSL220º73.58%31.18%-
HSV(B)220º84.78%54.12%-
XYZ6.515.2324.71-
YUV57.23173.58102.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 138 (54.30% from 255) = 63.01%
R=9.59%
G=27.40%
B=63.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21601380.850.5700.4622073.5831.18
Hex153C8A553902Edc4a1f
Octal25742121257105633411237
Binary10101111100100010101010101111001010111011011100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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