Html Css Color HEX #016BDE Navy Blue

📋 copy color: '#016BDE'

red 1 ◦ green 107 ◦ blue 222

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

Shades of Navy Blue #016BDE

Tints of Navy Blue #016BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 222 (87.11% from 255) = 67.27%

R = 0.3%
G = 32.42%
B = 67.27%

CMYK

 C value IS 1.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#016BDE (or 0x016BDE) is known color: Navy Blue. HEX triplet: 01, 6B and DE. RGB value is (1,107,222). Sum of RGB (Red+Green+Blue) = 1+107+222=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #016BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BDE is #FE9421. Grayscale: #575757. Windows color (decimal): -16684066 or 14576385. OLE color: 14576385.

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

Color convert

RGB 1 107 222 -
CMYK 1.00 0.52 0 0.13
HSL 211.22º 0.99% 0.44% -
HSV(B) 211.22º 1% 0.87% -
XYZ 18.46 15.8 71.18 -
YUV 88.42 203.38 65.65 -
System Red Green Blue C M Y K H S L
Decimal 1 107 222 1.00 0.52 0 0.13 211.22 0.99 0.44
Hex 1 6B DE 64 34 0 D D3 63 2C
Octal 1 153 336 144 64 0 15 323 143 54
Binary 1 1101011 11011110 1100100 110100 0 1101 11010011 1100011 101100

Color Harmonies of #016BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BDE

Black with #016BDE

Text Example


Text Example

White with #016BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,222); }

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

background-color css

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

 a { background-color: rgb(1,107,222); }

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

border-color css

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

 span { border-color: rgb(1,107,222); }

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