Html Css Color HEX #016FCE Navy Blue

📋 copy color: '#016FCE'

red 1 ◦ green 111 ◦ blue 206

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

Shades of Navy Blue #016FCE

Tints of Navy Blue #016FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 0.31%
G = 34.91%
B = 64.78%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#016FCE (or 0x016FCE) is known color: Navy Blue. HEX triplet: 01, 6F and CE. RGB value is (1,111,206). Sum of RGB (Red+Green+Blue) = 1+111+206=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #016FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FCE is #FE9031. Grayscale: #585858. Windows color (decimal): -16683058 or 13528833. OLE color: 13528833.

HSL color Cylindrical-coordinate representation of color #016FCE: hue angle of 207.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FCE is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 111 206 -
CMYK 1.00 0.46 0 0.19
HSL 207.8º 0.99% 0.41% -
HSV(B) 207.8º 1% 0.81% -
XYZ 16.84 15.83 60.56 -
YUV 88.94 194.06 65.28 -
System Red Green Blue C M Y K H S L
Decimal 1 111 206 1.00 0.46 0 0.19 207.8 0.99 0.41
Hex 1 6F CE 64 2E 0 13 D0 63 29
Octal 1 157 316 144 56 0 23 320 143 51
Binary 1 1101111 11001110 1100100 101110 0 10011 11010000 1100011 101001

Color Harmonies of #016FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FCE

Black with #016FCE

Text Example


Text Example

White with #016FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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