Html Css Color HEX #154F80 Dark Cerulean

📋 copy color: '#154F80'

red 21 ◦ green 79 ◦ blue 128

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

Shades of Dark Cerulean #154F80

Tints of Dark Cerulean #154F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 9.21%
G = 34.65%
B = 56.14%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#154F80 (or 0x154F80) is known color: Dark Cerulean. HEX triplet: 15, 4F and 80. RGB value is (21,79,128). Sum of RGB (Red+Green+Blue) = 21+79+128=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #154F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F80 is #EAB07F. Grayscale: #424242. Windows color (decimal): -15380608 or 8408853. OLE color: 8408853.

HSL color Cylindrical-coordinate representation of color #154F80: hue angle of 207.48º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154F80 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 79 128 -
CMYK 0.84 0.38 0 0.50
HSL 207.48º 0.72% 0.29% -
HSV(B) 207.48º 0.84% 0.5% -
XYZ 7 7.31 21.46 -
YUV 67.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 21 79 128 0.84 0.38 0 0.50 207.48 0.72 0.29
Hex 15 4F 80 54 26 0 32 CF 48 1D
Octal 25 117 200 124 46 0 62 317 110 35
Binary 10101 1001111 10000000 1010100 100110 0 110010 11001111 1001000 11101

Color Harmonies of #154F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F80

Black with #154F80

Text Example


Text Example

White with #154F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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