Html Css Color HEX #056EC3 Navy Blue

📋 copy color: '#056EC3'

red 5 ◦ green 110 ◦ blue 195

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

Shades of Navy Blue #056EC3

Tints of Navy Blue #056EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 62.9%

R = 1.61%
G = 35.48%
B = 62.9%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#056EC3 (or 0x056EC3) is known color: Navy Blue. HEX triplet: 05, 6E and C3. RGB value is (5,110,195). Sum of RGB (Red+Green+Blue) = 5+110+195=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #056EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EC3 is #FA913C. Grayscale: #575757. Windows color (decimal): -16421181 or 12807685. OLE color: 12807685.

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

Color convert

RGB 5 110 195 -
CMYK 0.97 0.44 0 0.24
HSL 206.84º 0.95% 0.39% -
HSV(B) 206.84º 0.97% 0.76% -
XYZ 15.49 15.12 53.73 -
YUV 88.3 188.21 68.59 -
System Red Green Blue C M Y K H S L
Decimal 5 110 195 0.97 0.44 0 0.24 206.84 0.95 0.39
Hex 5 6E C3 61 2C 0 18 CF 5F 27
Octal 5 156 303 141 54 0 30 317 137 47
Binary 101 1101110 11000011 1100001 101100 0 11000 11001111 1011111 100111

Color Harmonies of #056EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EC3

Black with #056EC3

Text Example


Text Example

White with #056EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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