Html Css Color HEX #154C80 Dark Cerulean

📋 copy color: '#154C80'

red 21 ◦ green 76 ◦ blue 128

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

Shades of Dark Cerulean #154C80

Tints of Dark Cerulean #154C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

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

R = 9.33%
G = 33.78%
B = 56.89%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#154C80 (or 0x154C80) is known color: Dark Cerulean. HEX triplet: 15, 4C and 80. RGB value is (21,76,128). Sum of RGB (Red+Green+Blue) = 21+76+128=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #154C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154C80 is #EAB37F. Grayscale: #414141. Windows color (decimal): -15381376 or 8408085. OLE color: 8408085.

HSL color Cylindrical-coordinate representation of color #154C80: hue angle of 209.16º 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 #154C80 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 76 128 -
CMYK 0.84 0.41 0 0.50
HSL 209.16º 0.72% 0.29% -
HSV(B) 209.16º 0.84% 0.5% -
XYZ 6.79 6.89 21.39 -
YUV 65.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 21 76 128 0.84 0.41 0 0.50 209.16 0.72 0.29
Hex 15 4C 80 54 29 0 32 D1 48 1D
Octal 25 114 200 124 51 0 62 321 110 35
Binary 10101 1001100 10000000 1010100 101001 0 110010 11010001 1001000 11101

Color Harmonies of #154C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C80

Black with #154C80

Text Example


Text Example

White with #154C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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