Html Css Color HEX #054D87 Dark Cerulean

📋 copy color: '#054D87'

red 5 ◦ green 77 ◦ blue 135

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

Shades of Dark Cerulean #054D87

Tints of Dark Cerulean #054D87

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.48%

 BLUE value IS 135 (53.13% from 255) = 62.21%

R = 2.3%
G = 35.48%
B = 62.21%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#054D87 (or 0x054D87) is known color: Dark Cerulean. HEX triplet: 05, 4D and 87. RGB value is (5,77,135). Sum of RGB (Red+Green+Blue) = 5+77+135=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #054D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D87 is #FAB278. Grayscale: #3D3D3D. Windows color (decimal): -16429689 or 8867077. OLE color: 8867077.

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

Color convert

RGB 5 77 135 -
CMYK 0.96 0.43 0 0.47
HSL 206.77º 0.93% 0.27% -
HSV(B) 206.77º 0.96% 0.53% -
XYZ 7.09 7.09 23.92 -
YUV 62.08 169.15 87.28 -
System Red Green Blue C M Y K H S L
Decimal 5 77 135 0.96 0.43 0 0.47 206.77 0.93 0.27
Hex 5 4D 87 60 2B 0 2F CF 5D 1B
Octal 5 115 207 140 53 0 57 317 135 33
Binary 101 1001101 10000111 1100000 101011 0 101111 11001111 1011101 11011

Color Harmonies of #054D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D87

Black with #054D87

Text Example


Text Example

White with #054D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,77,135); }

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

background-color css

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

 a { background-color: rgb(5,77,135); }

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

border-color css

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

 span { border-color: rgb(5,77,135); }

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