Html Css Color HEX #056EC7 Navy Blue

📋 copy color: '#056EC7'

red 5 ◦ green 110 ◦ blue 199

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

Shades of Navy Blue #056EC7

Tints of Navy Blue #056EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 63.38%

R = 1.59%
G = 35.03%
B = 63.38%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#056EC7 (or 0x056EC7) is known color: Navy Blue. HEX triplet: 05, 6E and C7. RGB value is (5,110,199). Sum of RGB (Red+Green+Blue) = 5+110+199=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #056EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EC7 is #FA9138. Grayscale: #585858. Windows color (decimal): -16421177 or 13069829. OLE color: 13069829.

HSL color Cylindrical-coordinate representation of color #056EC7: hue angle of 207.53º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056EC7 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 110 199 -
CMYK 0.97 0.45 0 0.22
HSL 207.53º 0.95% 0.4% -
HSV(B) 207.53º 0.97% 0.78% -
XYZ 15.95 15.31 56.15 -
YUV 88.75 190.21 68.26 -
System Red Green Blue C M Y K H S L
Decimal 5 110 199 0.97 0.45 0 0.22 207.53 0.95 0.4
Hex 5 6E C7 61 2D 0 16 D0 5F 28
Octal 5 156 307 141 55 0 26 320 137 50
Binary 101 1101110 11000111 1100001 101101 0 10110 11010000 1011111 101000

Color Harmonies of #056EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EC7

Black with #056EC7

Text Example


Text Example

White with #056EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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