Html Css Color HEX #055087 Dark Cerulean

📋 copy color: '#055087'

red 5 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #055087

Tints of Dark Cerulean #055087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 2.27%
G = 36.36%
B = 61.36%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#055087 (or 0x055087) is known color: Dark Cerulean. HEX triplet: 05, 50 and 87. RGB value is (5,80,135). Sum of RGB (Red+Green+Blue) = 5+80+135=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #055087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055087 is #FAAF78. Grayscale: #3F3F3F. Windows color (decimal): -16428921 or 8867845. OLE color: 8867845.

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

Color convert

RGB 5 80 135 -
CMYK 0.96 0.41 0 0.47
HSL 205.38º 0.93% 0.27% -
HSV(B) 205.38º 0.96% 0.53% -
XYZ 7.3 7.52 23.99 -
YUV 63.85 168.15 86.03 -
System Red Green Blue C M Y K H S L
Decimal 5 80 135 0.96 0.41 0 0.47 205.38 0.93 0.27
Hex 5 50 87 60 29 0 2F CD 5D 1B
Octal 5 120 207 140 51 0 57 315 135 33
Binary 101 1010000 10000111 1100000 101001 0 101111 11001101 1011101 11011

Color Harmonies of #055087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055087

Black with #055087

Text Example


Text Example

White with #055087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055087; }

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

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

background-color css

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

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

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

border-color css

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

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

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