Html Css Color HEX #056EE0 Navy Blue

📋 copy color: '#056EE0'

red 5 ◦ green 110 ◦ blue 224

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

Shades of Navy Blue #056EE0

Tints of Navy Blue #056EE0

RGB

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

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

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

R = 1.47%
G = 32.45%
B = 66.08%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#056EE0 (or 0x056EE0) is known color: Navy Blue. HEX triplet: 05, 6E and E0. RGB value is (5,110,224). Sum of RGB (Red+Green+Blue) = 5+110+224=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #056EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EE0 is #FA911F. Grayscale: #5B5B5B. Windows color (decimal): -16421152 or 14708229. OLE color: 14708229.

HSL color Cylindrical-coordinate representation of color #056EE0: hue angle of 211.23º 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 #056EE0 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 110 224 -
CMYK 0.98 0.51 0 0.12
HSL 211.23º 0.96% 0.45% -
HSV(B) 211.23º 0.98% 0.88% -
XYZ 19.09 16.57 72.71 -
YUV 91.6 202.71 66.23 -
System Red Green Blue C M Y K H S L
Decimal 5 110 224 0.98 0.51 0 0.12 211.23 0.96 0.45
Hex 5 6E E0 62 33 0 C D3 60 2D
Octal 5 156 340 142 63 0 14 323 140 55
Binary 101 1101110 11100000 1100010 110011 0 1100 11010011 1100000 101101

Color Harmonies of #056EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EE0

Black with #056EE0

Text Example


Text Example

White with #056EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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