Html Css Color HEX #056FC2 Navy Blue

📋 copy color: '#056FC2'

red 5 ◦ green 111 ◦ blue 194

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

Shades of Navy Blue #056FC2

Tints of Navy Blue #056FC2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

 BLUE value IS 194 (76.17% from 255) = 62.58%

R = 1.61%
G = 35.81%
B = 62.58%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#056FC2 (or 0x056FC2) is known color: Navy Blue. HEX triplet: 05, 6F and C2. RGB value is (5,111,194). Sum of RGB (Red+Green+Blue) = 5+111+194=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #056FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FC2 is #FA903D. Grayscale: #585858. Windows color (decimal): -16420926 or 12742405. OLE color: 12742405.

HSL color Cylindrical-coordinate representation of color #056FC2: hue angle of 206.35º 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 #056FC2 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 111 194 -
CMYK 0.97 0.43 0 0.24
HSL 206.35º 0.95% 0.39% -
HSV(B) 206.35º 0.97% 0.76% -
XYZ 15.48 15.3 53.18 -
YUV 88.77 187.38 68.25 -
System Red Green Blue C M Y K H S L
Decimal 5 111 194 0.97 0.43 0 0.24 206.35 0.95 0.39
Hex 5 6F C2 61 2B 0 18 CE 5F 27
Octal 5 157 302 141 53 0 30 316 137 47
Binary 101 1101111 11000010 1100001 101011 0 11000 11001110 1011111 100111

Color Harmonies of #056FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FC2

Black with #056FC2

Text Example


Text Example

White with #056FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,111,194); }

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

background-color css

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

 a { background-color: rgb(5,111,194); }

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

border-color css

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

 span { border-color: rgb(5,111,194); }

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