Html Css Color HEX #016EC5 Navy Blue

📋 copy color: '#016EC5'

red 1 ◦ green 110 ◦ blue 197

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

Shades of Navy Blue #016EC5

Tints of Navy Blue #016EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 63.96%

R = 0.32%
G = 35.71%
B = 63.96%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#016EC5 (or 0x016EC5) is known color: Navy Blue. HEX triplet: 01, 6E and C5. RGB value is (1,110,197). Sum of RGB (Red+Green+Blue) = 1+110+197=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 197 (77.34% from 255 or 63.96% from 308); Max value from RGB is 197 - color contains mainly: blue. Hex color #016EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EC5 is #FE913A. Grayscale: #565656. Windows color (decimal): -16683323 or 12938753. OLE color: 12938753.

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

Color convert

RGB 1 110 197 -
CMYK 0.99 0.44 0 0.23
HSL 206.63º 0.99% 0.39% -
HSV(B) 206.63º 0.99% 0.77% -
XYZ 15.67 15.19 54.93 -
YUV 87.33 189.89 66.43 -
System Red Green Blue C M Y K H S L
Decimal 1 110 197 0.99 0.44 0 0.23 206.63 0.99 0.39
Hex 1 6E C5 63 2C 0 17 CF 63 27
Octal 1 156 305 143 54 0 27 317 143 47
Binary 1 1101110 11000101 1100011 101100 0 10111 11001111 1100011 100111

Color Harmonies of #016EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EC5

Black with #016EC5

Text Example


Text Example

White with #016EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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