Html Css Color HEX #016FEB Navy Blue

📋 copy color: '#016FEB'

red 1 ◦ green 111 ◦ blue 235

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

Shades of Navy Blue #016FEB

Tints of Navy Blue #016FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 0.29%
G = 31.99%
B = 67.72%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#016FEB (or 0x016FEB) is known color: Navy Blue. HEX triplet: 01, 6F and EB. RGB value is (1,111,235). Sum of RGB (Red+Green+Blue) = 1+111+235=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #016FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FEB is #FE9014. Grayscale: #5B5B5B. Windows color (decimal): -16683029 or 15429377. OLE color: 15429377.

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

Color convert

RGB 1 111 235 -
CMYK 1.00 0.53 0 0.08
HSL 211.79º 0.99% 0.46% -
HSV(B) 211.79º 1% 0.92% -
XYZ 20.69 17.37 80.86 -
YUV 92.25 208.56 62.92 -
System Red Green Blue C M Y K H S L
Decimal 1 111 235 1.00 0.53 0 0.08 211.79 0.99 0.46
Hex 1 6F EB 64 35 0 8 D4 63 2E
Octal 1 157 353 144 65 0 10 324 143 56
Binary 1 1101111 11101011 1100100 110101 0 1000 11010100 1100011 101110

Color Harmonies of #016FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FEB

Black with #016FEB

Text Example


Text Example

White with #016FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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