Html Css Color HEX #154A89 Dark Cerulean

📋 copy color: '#154A89'

red 21 ◦ green 74 ◦ blue 137

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

Shades of Dark Cerulean #154A89

Tints of Dark Cerulean #154A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.9%

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

R = 9.05%
G = 31.9%
B = 59.05%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#154A89 (or 0x154A89) is known color: Dark Cerulean. HEX triplet: 15, 4A and 89. RGB value is (21,74,137). Sum of RGB (Red+Green+Blue) = 21+74+137=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #154A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154A89 is #EAB576. Grayscale: #414141. Windows color (decimal): -15381879 or 8997397. OLE color: 8997397.

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

Color convert

RGB 21 74 137 -
CMYK 0.85 0.46 0 0.46
HSL 212.59º 0.73% 0.31% -
HSV(B) 212.59º 0.85% 0.54% -
XYZ 7.27 6.86 24.61 -
YUV 65.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 21 74 137 0.85 0.46 0 0.46 212.59 0.73 0.31
Hex 15 4A 89 55 2E 0 2E D5 49 1F
Octal 25 112 211 125 56 0 56 325 111 37
Binary 10101 1001010 10001001 1010101 101110 0 101110 11010101 1001001 11111

Color Harmonies of #154A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A89

Black with #154A89

Text Example


Text Example

White with #154A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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