Html Css Color HEX #153C89 Dark Cerulean

📋 copy color: '#153C89'

red 21 ◦ green 60 ◦ blue 137

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

Shades of Dark Cerulean #153C89

Tints of Dark Cerulean #153C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.84%

R = 9.63%
G = 27.52%
B = 62.84%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#153C89 (or 0x153C89) is known color: Dark Cerulean. HEX triplet: 15, 3C and 89. RGB value is (21,60,137). Sum of RGB (Red+Green+Blue) = 21+60+137=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #153C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C89 is #EAC376. Grayscale: #383838. Windows color (decimal): -15385463 or 8993813. OLE color: 8993813.

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

Color convert

RGB 21 60 137 -
CMYK 0.85 0.56 0 0.46
HSL 219.83º 0.73% 0.31% -
HSV(B) 219.83º 0.85% 0.54% -
XYZ 6.44 5.2 24.33 -
YUV 57.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 21 60 137 0.85 0.56 0 0.46 219.83 0.73 0.31
Hex 15 3C 89 55 38 0 2E DC 49 1F
Octal 25 74 211 125 70 0 56 334 111 37
Binary 10101 111100 10001001 1010101 111000 0 101110 11011100 1001001 11111

Color Harmonies of #153C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C89

Black with #153C89

Text Example


Text Example

White with #153C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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