Html Css Color HEX #016DC7 Navy Blue

📋 copy color: '#016DC7'

red 1 ◦ green 109 ◦ blue 199

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

Shades of Navy Blue #016DC7

Tints of Navy Blue #016DC7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 199 (78.13% from 255) = 64.4%

R = 0.32%
G = 35.28%
B = 64.4%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#016DC7 (or 0x016DC7) is known color: Navy Blue. HEX triplet: 01, 6D and C7. RGB value is (1,109,199). Sum of RGB (Red+Green+Blue) = 1+109+199=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 199 (78.12% from 255 or 64.40% from 309); Max value from RGB is 199 - color contains mainly: blue. Hex color #016DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DC7 is #FE9238. Grayscale: #565656. Windows color (decimal): -16683577 or 13069569. OLE color: 13069569.

HSL color Cylindrical-coordinate representation of color #016DC7: hue angle of 207.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DC7 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 109 199 -
CMYK 0.99 0.45 0 0.22
HSL 207.27º 0.99% 0.39% -
HSV(B) 207.27º 0.99% 0.78% -
XYZ 15.79 15.07 56.11 -
YUV 86.97 191.22 66.68 -
System Red Green Blue C M Y K H S L
Decimal 1 109 199 0.99 0.45 0 0.22 207.27 0.99 0.39
Hex 1 6D C7 63 2D 0 16 CF 63 27
Octal 1 155 307 143 55 0 26 317 143 47
Binary 1 1101101 11000111 1100011 101101 0 10110 11001111 1100011 100111

Color Harmonies of #016DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DC7

Black with #016DC7

Text Example


Text Example

White with #016DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,199); }

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

background-color css

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

 a { background-color: rgb(1,109,199); }

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

border-color css

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

 span { border-color: rgb(1,109,199); }

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