Html Css Color HEX #054780 Dark Cerulean

📋 copy color: '#054780'

red 5 ◦ green 71 ◦ blue 128

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

Shades of Dark Cerulean #054780

Tints of Dark Cerulean #054780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.8%

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

R = 2.45%
G = 34.8%
B = 62.75%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#054780 (or 0x054780) is known color: Dark Cerulean. HEX triplet: 05, 47 and 80. RGB value is (5,71,128). Sum of RGB (Red+Green+Blue) = 5+71+128=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #054780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054780 is #FAB87F. Grayscale: #393939. Windows color (decimal): -16431232 or 8406789. OLE color: 8406789.

HSL color Cylindrical-coordinate representation of color #054780: hue angle of 207.8º 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 #054780 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 71 128 -
CMYK 0.96 0.45 0 0.50
HSL 207.8º 0.92% 0.26% -
HSV(B) 207.8º 0.96% 0.5% -
XYZ 6.21 6.1 21.27 -
YUV 57.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 5 71 128 0.96 0.45 0 0.50 207.8 0.92 0.26
Hex 5 47 80 60 2D 0 32 D0 5C 1A
Octal 5 107 200 140 55 0 62 320 134 32
Binary 101 1000111 10000000 1100000 101101 0 110010 11010000 1011100 11010

Color Harmonies of #054780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054780

Black with #054780

Text Example


Text Example

White with #054780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054780; }

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

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

background-color css

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

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

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

border-color css

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

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

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