Html Css Color HEX #016FDA Navy Blue

📋 copy color: '#016FDA'

red 1 ◦ green 111 ◦ blue 218

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

Shades of Navy Blue #016FDA

Tints of Navy Blue #016FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 0.3%
G = 33.64%
B = 66.06%

CMYK

 C value IS 1.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#016FDA (or 0x016FDA) is known color: Navy Blue. HEX triplet: 01, 6F and DA. RGB value is (1,111,218). Sum of RGB (Red+Green+Blue) = 1+111+218=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #016FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FDA is #FE9025. Grayscale: #595959. Windows color (decimal): -16683046 or 14315265. OLE color: 14315265.

HSL color Cylindrical-coordinate representation of color #016FDA: hue angle of 209.59º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FDA is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 111 218 -
CMYK 1.00 0.49 0 0.15
HSL 209.59º 0.99% 0.43% -
HSV(B) 209.59º 1% 0.85% -
XYZ 18.35 16.44 68.54 -
YUV 90.31 200.06 64.3 -
System Red Green Blue C M Y K H S L
Decimal 1 111 218 1.00 0.49 0 0.15 209.59 0.99 0.43
Hex 1 6F DA 64 31 0 F D2 63 2B
Octal 1 157 332 144 61 0 17 322 143 53
Binary 1 1101111 11011010 1100100 110001 0 1111 11010010 1100011 101011

Color Harmonies of #016FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FDA

Black with #016FDA

Text Example


Text Example

White with #016FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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