Html Css Color HEX #153C88 Dark Cerulean

📋 copy color: '#153C88'

red 21 ◦ green 60 ◦ blue 136

#153C88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #153C88

Tints of Dark Cerulean #153C88

RGB

 RED value IS 21 (8.59% from 255) = 9.68%

 GREEN value IS 60 (23.83% from 255) = 27.65%

 BLUE value IS 136 (53.52% from 255) = 62.67%

R = 9.68%
G = 27.65%
B = 62.67%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153C88 (or 0x153C88) is known color: Dark Cerulean. HEX triplet: 15, 3C and 88. RGB value is (21,60,136). Sum of RGB (Red+Green+Blue) = 21+60+136=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #153C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C88 is #EAC377. Grayscale: #383838. Windows color (decimal): -15385464 or 8928277. OLE color: 8928277.

HSL color Cylindrical-coordinate representation of color #153C88: hue angle of 219.65º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153C88 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 60 136 -
CMYK 0.85 0.56 0 0.47
HSL 219.65º 0.73% 0.31% -
HSV(B) 219.65º 0.85% 0.53% -
XYZ 6.37 5.17 23.95 -
YUV 57 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 21 60 136 0.85 0.56 0 0.47 219.65 0.73 0.31
Hex 15 3C 88 55 38 0 2F DC 49 1F
Octal 25 74 210 125 70 0 57 334 111 37
Binary 10101 111100 10001000 1010101 111000 0 101111 11011100 1001001 11111

Color Harmonies of #153C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C88

Black with #153C88

Text Example


Text Example

White with #153C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #153C88;
 }
 .AnyTagClassName
 {
   color: #153C88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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