Html Css Color HEX #054880 Dark Cerulean

📋 copy color: '#054880'

red 5 ◦ green 72 ◦ blue 128

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

Shades of Dark Cerulean #054880

Tints of Dark Cerulean #054880

RGB

 RED value IS 5 (2.34% from 255) = 2.44%

 GREEN value IS 72 (28.52% from 255) = 35.12%

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

R = 2.44%
G = 35.12%
B = 62.44%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#054880 (or 0x054880) is known color: Dark Cerulean. HEX triplet: 05, 48 and 80. RGB value is (5,72,128). Sum of RGB (Red+Green+Blue) = 5+72+128=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #054880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054880 is #FAB77F. Grayscale: #3A3A3A. Windows color (decimal): -16430976 or 8407045. OLE color: 8407045.

HSL color Cylindrical-coordinate representation of color #054880: hue angle of 207.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054880 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 72 128 -
CMYK 0.96 0.44 0 0.50
HSL 207.32º 0.92% 0.26% -
HSV(B) 207.32º 0.96% 0.5% -
XYZ 6.28 6.23 21.29 -
YUV 58.35 167.3 89.95 -
System Red Green Blue C M Y K H S L
Decimal 5 72 128 0.96 0.44 0 0.50 207.32 0.92 0.26
Hex 5 48 80 60 2C 0 32 CF 5C 1A
Octal 5 110 200 140 54 0 62 317 134 32
Binary 101 1001000 10000000 1100000 101100 0 110010 11001111 1011100 11010

Color Harmonies of #054880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054880

Black with #054880

Text Example


Text Example

White with #054880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054880; }

 p { color: rgb(5,72,128); }

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

background-color css

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

 a { background-color: rgb(5,72,128); }

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

border-color css

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

 span { border-color: rgb(5,72,128); }

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