Html Css Color HEX #154A74 Dark Cerulean

📋 copy color: '#154A74'

red 21 ◦ green 74 ◦ blue 116

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

Shades of Dark Cerulean #154A74

Tints of Dark Cerulean #154A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 9.95%
G = 35.07%
B = 54.98%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#154A74 (or 0x154A74) is known color: Dark Cerulean. HEX triplet: 15, 4A and 74. RGB value is (21,74,116). Sum of RGB (Red+Green+Blue) = 21+74+116=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #154A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A74 is #EAB58B. Grayscale: #3E3E3E. Windows color (decimal): -15381900 or 7621141. OLE color: 7621141.

HSL color Cylindrical-coordinate representation of color #154A74: hue angle of 206.53º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154A74 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 74 116 -
CMYK 0.82 0.36 0 0.55
HSL 206.53º 0.69% 0.27% -
HSV(B) 206.53º 0.82% 0.45% -
XYZ 5.91 6.32 17.43 -
YUV 62.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 21 74 116 0.82 0.36 0 0.55 206.53 0.69 0.27
Hex 15 4A 74 52 24 0 37 CF 45 1B
Octal 25 112 164 122 44 0 67 317 105 33
Binary 10101 1001010 1110100 1010010 100100 0 110111 11001111 1000101 11011

Color Harmonies of #154A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A74

Black with #154A74

Text Example


Text Example

White with #154A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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