Html Css Color HEX #154F76 Dark Cerulean

📋 copy color: '#154F76'

red 21 ◦ green 79 ◦ blue 118

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

Shades of Dark Cerulean #154F76

Tints of Dark Cerulean #154F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.24%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 9.63%
G = 36.24%
B = 54.13%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#154F76 (or 0x154F76) is known color: Dark Cerulean. HEX triplet: 15, 4F and 76. RGB value is (21,79,118). Sum of RGB (Red+Green+Blue) = 21+79+118=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #154F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F76 is #EAB089. Grayscale: #414141. Windows color (decimal): -15380618 or 7753493. OLE color: 7753493.

HSL color Cylindrical-coordinate representation of color #154F76: hue angle of 204.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154F76 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 79 118 -
CMYK 0.82 0.33 0 0.54
HSL 204.12º 0.7% 0.27% -
HSV(B) 204.12º 0.82% 0.46% -
XYZ 6.38 7.06 18.17 -
YUV 66.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 21 79 118 0.82 0.33 0 0.54 204.12 0.7 0.27
Hex 15 4F 76 52 21 0 36 CC 46 1B
Octal 25 117 166 122 41 0 66 314 106 33
Binary 10101 1001111 1110110 1010010 100001 0 110110 11001100 1000110 11011

Color Harmonies of #154F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F76

Black with #154F76

Text Example


Text Example

White with #154F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,79,118); }

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

background-color css

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

 a { background-color: rgb(21,79,118); }

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

border-color css

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

 span { border-color: rgb(21,79,118); }

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