Html Css Color HEX #054F85 Dark Cerulean

📋 copy color: '#054F85'

red 5 ◦ green 79 ◦ blue 133

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

Shades of Dark Cerulean #054F85

Tints of Dark Cerulean #054F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.29%

R = 2.3%
G = 36.41%
B = 61.29%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#054F85 (or 0x054F85) is known color: Dark Cerulean. HEX triplet: 05, 4F and 85. RGB value is (5,79,133). Sum of RGB (Red+Green+Blue) = 5+79+133=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #054F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F85 is #FAB07A. Grayscale: #3E3E3E. Windows color (decimal): -16429179 or 8736517. OLE color: 8736517.

HSL color Cylindrical-coordinate representation of color #054F85: hue angle of 205.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054F85 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 79 133 -
CMYK 0.96 0.41 0 0.48
HSL 205.31º 0.93% 0.27% -
HSV(B) 205.31º 0.96% 0.52% -
XYZ 7.09 7.32 23.23 -
YUV 63.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 5 79 133 0.96 0.41 0 0.48 205.31 0.93 0.27
Hex 5 4F 85 60 29 0 30 CD 5D 1B
Octal 5 117 205 140 51 0 60 315 135 33
Binary 101 1001111 10000101 1100000 101001 0 110000 11001101 1011101 11011

Color Harmonies of #054F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F85

Black with #054F85

Text Example


Text Example

White with #054F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054F85; }

 p { color: rgb(5,79,133); }

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

background-color css

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

 a { background-color: rgb(5,79,133); }

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

border-color css

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

 span { border-color: rgb(5,79,133); }

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