Html Css Color HEX #016FCA Navy Blue

📋 copy color: '#016FCA'

red 1 ◦ green 111 ◦ blue 202

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

Shades of Navy Blue #016FCA

Tints of Navy Blue #016FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 0.32%
G = 35.35%
B = 64.33%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#016FCA (or 0x016FCA) is known color: Navy Blue. HEX triplet: 01, 6F and CA. RGB value is (1,111,202). Sum of RGB (Red+Green+Blue) = 1+111+202=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #016FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FCA is #FE9035. Grayscale: #585858. Windows color (decimal): -16683062 or 13266689. OLE color: 13266689.

HSL color Cylindrical-coordinate representation of color #016FCA: hue angle of 207.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FCA is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 111 202 -
CMYK 1.00 0.45 0 0.21
HSL 207.16º 0.99% 0.4% -
HSV(B) 207.16º 1% 0.79% -
XYZ 16.36 15.64 58.03 -
YUV 88.48 192.06 65.6 -
System Red Green Blue C M Y K H S L
Decimal 1 111 202 1.00 0.45 0 0.21 207.16 0.99 0.4
Hex 1 6F CA 64 2D 0 15 CF 63 28
Octal 1 157 312 144 55 0 25 317 143 50
Binary 1 1101111 11001010 1100100 101101 0 10101 11001111 1100011 101000

Color Harmonies of #016FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FCA

Black with #016FCA

Text Example


Text Example

White with #016FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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