Html Css Color HEX #055EDC Navy Blue

📋 copy color: '#055EDC'

red 5 ◦ green 94 ◦ blue 220

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

Shades of Navy Blue #055EDC

Tints of Navy Blue #055EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 1.57%
G = 29.47%
B = 68.97%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#055EDC (or 0x055EDC) is known color: Navy Blue. HEX triplet: 05, 5E and DC. RGB value is (5,94,220). Sum of RGB (Red+Green+Blue) = 5+94+220=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #055EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EDC is #FAA123. Grayscale: #515151. Windows color (decimal): -16425252 or 14441989. OLE color: 14441989.

HSL color Cylindrical-coordinate representation of color #055EDC: hue angle of 215.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055EDC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 94 220 -
CMYK 0.98 0.57 0 0.14
HSL 215.16º 0.96% 0.44% -
HSV(B) 215.16º 0.98% 0.86% -
XYZ 16.98 13.2 69.36 -
YUV 81.75 206.01 73.25 -
System Red Green Blue C M Y K H S L
Decimal 5 94 220 0.98 0.57 0 0.14 215.16 0.96 0.44
Hex 5 5E DC 62 39 0 E D7 60 2C
Octal 5 136 334 142 71 0 16 327 140 54
Binary 101 1011110 11011100 1100010 111001 0 1110 11010111 1100000 101100

Color Harmonies of #055EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055EDC

Black with #055EDC

Text Example


Text Example

White with #055EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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