Html Css Color HEX #154991 Dark Cerulean

📋 copy color: '#154991'

red 21 ◦ green 73 ◦ blue 145

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

Shades of Dark Cerulean #154991

Tints of Dark Cerulean #154991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 145 (57.03% from 255) = 60.67%

R = 8.79%
G = 30.54%
B = 60.67%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#154991 (or 0x154991) is known color: Dark Cerulean. HEX triplet: 15, 49 and 91. RGB value is (21,73,145). Sum of RGB (Red+Green+Blue) = 21+73+145=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #154991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154991 is #EAB66E. Grayscale: #414141. Windows color (decimal): -15382127 or 9521429. OLE color: 9521429.

HSL color Cylindrical-coordinate representation of color #154991: hue angle of 214.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154991 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 73 145 -
CMYK 0.86 0.50 0 0.43
HSL 214.84º 0.75% 0.33% -
HSV(B) 214.84º 0.86% 0.57% -
XYZ 7.8 6.97 27.72 -
YUV 65.66 172.77 96.15 -
System Red Green Blue C M Y K H S L
Decimal 21 73 145 0.86 0.50 0 0.43 214.84 0.75 0.33
Hex 15 49 91 56 32 0 2B D7 4B 21
Octal 25 111 221 126 62 0 53 327 113 41
Binary 10101 1001001 10010001 1010110 110010 0 101011 11010111 1001011 100001

Color Harmonies of #154991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154991

Black with #154991

Text Example


Text Example

White with #154991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154991; }

 p { color: rgb(21,73,145); }

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

background-color css

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

 a { background-color: rgb(21,73,145); }

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

border-color css

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

 span { border-color: rgb(21,73,145); }

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