Html Css Color HEX #056EC5 Navy Blue

📋 copy color: '#056EC5'

red 5 ◦ green 110 ◦ blue 197

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

Shades of Navy Blue #056EC5

Tints of Navy Blue #056EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 63.14%

R = 1.6%
G = 35.26%
B = 63.14%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#056EC5 (or 0x056EC5) is known color: Navy Blue. HEX triplet: 05, 6E and C5. RGB value is (5,110,197). Sum of RGB (Red+Green+Blue) = 5+110+197=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #056EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EC5 is #FA913A. Grayscale: #585858. Windows color (decimal): -16421179 or 12938757. OLE color: 12938757.

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

Color convert

RGB 5 110 197 -
CMYK 0.97 0.44 0 0.23
HSL 207.19º 0.95% 0.4% -
HSV(B) 207.19º 0.97% 0.77% -
XYZ 15.72 15.22 54.93 -
YUV 88.52 189.21 68.43 -
System Red Green Blue C M Y K H S L
Decimal 5 110 197 0.97 0.44 0 0.23 207.19 0.95 0.4
Hex 5 6E C5 61 2C 0 17 CF 5F 28
Octal 5 156 305 141 54 0 27 317 137 50
Binary 101 1101110 11000101 1100001 101100 0 10111 11001111 1011111 101000

Color Harmonies of #056EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EC5

Black with #056EC5

Text Example


Text Example

White with #056EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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