Html Css Color HEX #016ECF Navy Blue

📋 copy color: '#016ECF'

red 1 ◦ green 110 ◦ blue 207

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

Shades of Navy Blue #016ECF

Tints of Navy Blue #016ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 0.31%
G = 34.59%
B = 65.09%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#016ECF (or 0x016ECF) is known color: Navy Blue. HEX triplet: 01, 6E and CF. RGB value is (1,110,207). Sum of RGB (Red+Green+Blue) = 1+110+207=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #016ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ECF is #FE9130. Grayscale: #575757. Windows color (decimal): -16683313 or 13594113. OLE color: 13594113.

HSL color Cylindrical-coordinate representation of color #016ECF: hue angle of 208.25º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016ECF is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 110 207 -
CMYK 1.00 0.47 0 0.19
HSL 208.25º 0.99% 0.41% -
HSV(B) 208.25º 1% 0.81% -
XYZ 16.85 15.66 61.17 -
YUV 88.47 194.89 65.61 -
System Red Green Blue C M Y K H S L
Decimal 1 110 207 1.00 0.47 0 0.19 208.25 0.99 0.41
Hex 1 6E CF 64 2F 0 13 D0 63 29
Octal 1 156 317 144 57 0 23 320 143 51
Binary 1 1101110 11001111 1100100 101111 0 10011 11010000 1100011 101001

Color Harmonies of #016ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016ECF

Black with #016ECF

Text Example


Text Example

White with #016ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,110,207); }

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

background-color css

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

 a { background-color: rgb(1,110,207); }

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

border-color css

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

 span { border-color: rgb(1,110,207); }

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