Html Css Color HEX #016FDF Navy Blue

📋 copy color: '#016FDF'

red 1 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #016FDF

Tints of Navy Blue #016FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.57%

R = 0.3%
G = 33.13%
B = 66.57%

CMYK

 C value IS 1.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#016FDF (or 0x016FDF) is known color: Navy Blue. HEX triplet: 01, 6F and DF. RGB value is (1,111,223). Sum of RGB (Red+Green+Blue) = 1+111+223=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #016FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FDF is #FE9020. Grayscale: #5A5A5A. Windows color (decimal): -16683041 or 14642945. OLE color: 14642945.

HSL color Cylindrical-coordinate representation of color #016FDF: hue angle of 210.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FDF is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 111 223 -
CMYK 1.00 0.50 0 0.13
HSL 210.27º 0.99% 0.44% -
HSV(B) 210.27º 1% 0.87% -
XYZ 19.02 16.7 72.03 -
YUV 90.88 202.56 63.89 -
System Red Green Blue C M Y K H S L
Decimal 1 111 223 1.00 0.50 0 0.13 210.27 0.99 0.44
Hex 1 6F DF 64 32 0 D D2 63 2C
Octal 1 157 337 144 62 0 15 322 143 54
Binary 1 1101111 11011111 1100100 110010 0 1101 11010010 1100011 101100

Color Harmonies of #016FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FDF

Black with #016FDF

Text Example


Text Example

White with #016FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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