Html Css Color HEX #054887 Dark Cerulean

📋 copy color: '#054887'

red 5 ◦ green 72 ◦ blue 135

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

Shades of Dark Cerulean #054887

Tints of Dark Cerulean #054887

RGB

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

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

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

R = 2.36%
G = 33.96%
B = 63.68%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#054887 (or 0x054887) is known color: Dark Cerulean. HEX triplet: 05, 48 and 87. RGB value is (5,72,135). Sum of RGB (Red+Green+Blue) = 5+72+135=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #054887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054887 is #FAB778. Grayscale: #3A3A3A. Windows color (decimal): -16430969 or 8865797. OLE color: 8865797.

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

Color convert

RGB 5 72 135 -
CMYK 0.96 0.47 0 0.47
HSL 209.08º 0.93% 0.27% -
HSV(B) 209.08º 0.96% 0.53% -
XYZ 6.75 6.42 23.8 -
YUV 59.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 5 72 135 0.96 0.47 0 0.47 209.08 0.93 0.27
Hex 5 48 87 60 2F 0 2F D1 5D 1B
Octal 5 110 207 140 57 0 57 321 135 33
Binary 101 1001000 10000111 1100000 101111 0 101111 11010001 1011101 11011

Color Harmonies of #054887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054887

Black with #054887

Text Example


Text Example

White with #054887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054887; }

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

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

background-color css

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

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

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

border-color css

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

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

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