Html Css Color HEX #016FC2 Navy Blue

📋 copy color: '#016FC2'

red 1 ◦ green 111 ◦ blue 194

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

Shades of Navy Blue #016FC2

Tints of Navy Blue #016FC2

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

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

R = 0.33%
G = 36.27%
B = 63.4%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#016FC2 (or 0x016FC2) is known color: Navy Blue. HEX triplet: 01, 6F and C2. RGB value is (1,111,194). Sum of RGB (Red+Green+Blue) = 1+111+194=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #016FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FC2 is #FE903D. Grayscale: #575757. Windows color (decimal): -16683070 or 12742401. OLE color: 12742401.

HSL color Cylindrical-coordinate representation of color #016FC2: hue angle of 205.8º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FC2 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 111 194 -
CMYK 0.99 0.43 0 0.24
HSL 205.8º 0.99% 0.38% -
HSV(B) 205.8º 0.99% 0.76% -
XYZ 15.43 15.27 53.17 -
YUV 87.57 188.06 66.25 -
System Red Green Blue C M Y K H S L
Decimal 1 111 194 0.99 0.43 0 0.24 205.8 0.99 0.38
Hex 1 6F C2 63 2B 0 18 CE 63 26
Octal 1 157 302 143 53 0 30 316 143 46
Binary 1 1101111 11000010 1100011 101011 0 11000 11001110 1100011 100110

Color Harmonies of #016FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FC2

Black with #016FC2

Text Example


Text Example

White with #016FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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