Html Css Color HEX #055ECE Navy Blue

📋 copy color: '#055ECE'

red 5 ◦ green 94 ◦ blue 206

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

Shades of Navy Blue #055ECE

Tints of Navy Blue #055ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 1.64%
G = 30.82%
B = 67.54%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#055ECE (or 0x055ECE) is known color: Navy Blue. HEX triplet: 05, 5E and CE. RGB value is (5,94,206). Sum of RGB (Red+Green+Blue) = 5+94+206=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #055ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ECE is #FAA131. Grayscale: #4F4F4F. Windows color (decimal): -16425266 or 13524485. OLE color: 13524485.

HSL color Cylindrical-coordinate representation of color #055ECE: hue angle of 213.43º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055ECE is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 94 206 -
CMYK 0.98 0.54 0 0.19
HSL 213.43º 0.95% 0.41% -
HSV(B) 213.43º 0.98% 0.81% -
XYZ 15.21 12.49 60 -
YUV 80.16 199.01 74.39 -
System Red Green Blue C M Y K H S L
Decimal 5 94 206 0.98 0.54 0 0.19 213.43 0.95 0.41
Hex 5 5E CE 62 36 0 13 D5 5F 29
Octal 5 136 316 142 66 0 23 325 137 51
Binary 101 1011110 11001110 1100010 110110 0 10011 11010101 1011111 101001

Color Harmonies of #055ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055ECE

Black with #055ECE

Text Example


Text Example

White with #055ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,94,206); }

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

background-color css

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

 a { background-color: rgb(5,94,206); }

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

border-color css

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

 span { border-color: rgb(5,94,206); }

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