Html Css Color HEX #055ED3 Navy Blue

📋 copy color: '#055ED3'

red 5 ◦ green 94 ◦ blue 211

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

Shades of Navy Blue #055ED3

Tints of Navy Blue #055ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 68.06%

R = 1.61%
G = 30.32%
B = 68.06%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#055ED3 (or 0x055ED3) is known color: Navy Blue. HEX triplet: 05, 5E and D3. RGB value is (5,94,211). Sum of RGB (Red+Green+Blue) = 5+94+211=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 211 (82.81% from 255 or 68.06% from 310); Max value from RGB is 211 - color contains mainly: blue. Hex color #055ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ED3 is #FAA12C. Grayscale: #505050. Windows color (decimal): -16425261 or 13852165. OLE color: 13852165.

HSL color Cylindrical-coordinate representation of color #055ED3: hue angle of 214.08º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055ED3 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 94 211 -
CMYK 0.98 0.55 0 0.17
HSL 214.08º 0.95% 0.42% -
HSV(B) 214.08º 0.98% 0.83% -
XYZ 15.82 12.74 63.25 -
YUV 80.73 201.51 73.99 -
System Red Green Blue C M Y K H S L
Decimal 5 94 211 0.98 0.55 0 0.17 214.08 0.95 0.42
Hex 5 5E D3 62 37 0 11 D6 5F 2A
Octal 5 136 323 142 67 0 21 326 137 52
Binary 101 1011110 11010011 1100010 110111 0 10001 11010110 1011111 101010

Color Harmonies of #055ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055ED3

Black with #055ED3

Text Example


Text Example

White with #055ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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