Html Css Color HEX #016FCF Navy Blue

📋 copy color: '#016FCF'

red 1 ◦ green 111 ◦ blue 207

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

Shades of Navy Blue #016FCF

Tints of Navy Blue #016FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.89%

R = 0.31%
G = 34.8%
B = 64.89%

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

#016FCF (or 0x016FCF) is known color: Navy Blue. HEX triplet: 01, 6F and CF. RGB value is (1,111,207). Sum of RGB (Red+Green+Blue) = 1+111+207=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #016FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FCF is #FE9030. Grayscale: #585858. Windows color (decimal): -16683057 or 13594369. OLE color: 13594369.

HSL color Cylindrical-coordinate representation of color #016FCF: hue angle of 207.96º 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 #016FCF is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 111 207 -
CMYK 1.00 0.46 0 0.19
HSL 207.96º 0.99% 0.41% -
HSV(B) 207.96º 1% 0.81% -
XYZ 16.96 15.88 61.2 -
YUV 89.05 194.56 65.19 -
System Red Green Blue C M Y K H S L
Decimal 1 111 207 1.00 0.46 0 0.19 207.96 0.99 0.41
Hex 1 6F CF 64 2E 0 13 D0 63 29
Octal 1 157 317 144 56 0 23 320 143 51
Binary 1 1101111 11001111 1100100 101110 0 10011 11010000 1100011 101001

Color Harmonies of #016FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FCF

Black with #016FCF

Text Example


Text Example

White with #016FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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