Html Css Color HEX #056ED0 Navy Blue

📋 copy color: '#056ED0'

red 5 ◦ green 110 ◦ blue 208

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

Shades of Navy Blue #056ED0

Tints of Navy Blue #056ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 208 (81.64% from 255) = 64.4%

R = 1.55%
G = 34.06%
B = 64.4%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#056ED0 (or 0x056ED0) is known color: Navy Blue. HEX triplet: 05, 6E and D0. RGB value is (5,110,208). Sum of RGB (Red+Green+Blue) = 5+110+208=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #056ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ED0 is #FA912F. Grayscale: #595959. Windows color (decimal): -16421168 or 13659653. OLE color: 13659653.

HSL color Cylindrical-coordinate representation of color #056ED0: hue angle of 208.97º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ED0 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 110 208 -
CMYK 0.98 0.47 0 0.18
HSL 208.97º 0.95% 0.42% -
HSV(B) 208.97º 0.98% 0.82% -
XYZ 17.02 15.74 61.82 -
YUV 89.78 194.71 67.53 -
System Red Green Blue C M Y K H S L
Decimal 5 110 208 0.98 0.47 0 0.18 208.97 0.95 0.42
Hex 5 6E D0 62 2F 0 12 D1 5F 2A
Octal 5 156 320 142 57 0 22 321 137 52
Binary 101 1101110 11010000 1100010 101111 0 10010 11010001 1011111 101010

Color Harmonies of #056ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056ED0

Black with #056ED0

Text Example


Text Example

White with #056ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056ED0; }

 p { color: rgb(5,110,208); }

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

background-color css

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

 a { background-color: rgb(5,110,208); }

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

border-color css

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

 span { border-color: rgb(5,110,208); }

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