Html Css Color HEX #055CE0 Navy Blue

📋 copy color: '#055CE0'

red 5 ◦ green 92 ◦ blue 224

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

Shades of Navy Blue #055CE0

Tints of Navy Blue #055CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 1.56%
G = 28.66%
B = 69.78%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#055CE0 (or 0x055CE0) is known color: Navy Blue. HEX triplet: 05, 5C and E0. RGB value is (5,92,224). Sum of RGB (Red+Green+Blue) = 5+92+224=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #055CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CE0 is #FAA31F. Grayscale: #505050. Windows color (decimal): -16425760 or 14703621. OLE color: 14703621.

HSL color Cylindrical-coordinate representation of color #055CE0: hue angle of 216.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CE0 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 92 224 -
CMYK 0.98 0.59 0 0.12
HSL 216.16º 0.96% 0.45% -
HSV(B) 216.16º 0.98% 0.88% -
XYZ 17.34 13.07 72.13 -
YUV 81.04 208.68 73.77 -
System Red Green Blue C M Y K H S L
Decimal 5 92 224 0.98 0.59 0 0.12 216.16 0.96 0.45
Hex 5 5C E0 62 3B 0 C D8 60 2D
Octal 5 134 340 142 73 0 14 330 140 55
Binary 101 1011100 11100000 1100010 111011 0 1100 11011000 1100000 101101

Color Harmonies of #055CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CE0

Black with #055CE0

Text Example


Text Example

White with #055CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055CE0; }

 p { color: rgb(5,92,224); }

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

background-color css

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

 a { background-color: rgb(5,92,224); }

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

border-color css

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

 span { border-color: rgb(5,92,224); }

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