Html Css Color HEX #016FE6 Navy Blue

📋 copy color: '#016FE6'

red 1 ◦ green 111 ◦ blue 230

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

Shades of Navy Blue #016FE6

Tints of Navy Blue #016FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 67.25%

R = 0.29%
G = 32.46%
B = 67.25%

CMYK

 C value IS 1.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#016FE6 (or 0x016FE6) is known color: Navy Blue. HEX triplet: 01, 6F and E6. RGB value is (1,111,230). Sum of RGB (Red+Green+Blue) = 1+111+230=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #016FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FE6 is #FE9019. Grayscale: #5B5B5B. Windows color (decimal): -16683034 or 15101697. OLE color: 15101697.

HSL color Cylindrical-coordinate representation of color #016FE6: hue angle of 211.18º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FE6 is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 111 230 -
CMYK 1.00 0.52 0 0.10
HSL 211.18º 0.99% 0.45% -
HSV(B) 211.18º 1% 0.9% -
XYZ 19.98 17.09 77.11 -
YUV 91.68 206.06 63.32 -
System Red Green Blue C M Y K H S L
Decimal 1 111 230 1.00 0.52 0 0.10 211.18 0.99 0.45
Hex 1 6F E6 64 34 0 A D3 63 2D
Octal 1 157 346 144 64 0 12 323 143 55
Binary 1 1101111 11100110 1100100 110100 0 1010 11010011 1100011 101101

Color Harmonies of #016FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FE6

Black with #016FE6

Text Example


Text Example

White with #016FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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