Html Css Color HEX #016DC5 Navy Blue

📋 copy color: '#016DC5'

red 1 ◦ green 109 ◦ blue 197

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

Shades of Navy Blue #016DC5

Tints of Navy Blue #016DC5

RGB

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

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

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

R = 0.33%
G = 35.5%
B = 64.17%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#016DC5 (or 0x016DC5) is known color: Navy Blue. HEX triplet: 01, 6D and C5. RGB value is (1,109,197). Sum of RGB (Red+Green+Blue) = 1+109+197=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #016DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DC5 is #FE923A. Grayscale: #565656. Windows color (decimal): -16683579 or 12938497. OLE color: 12938497.

HSL color Cylindrical-coordinate representation of color #016DC5: hue angle of 206.94º 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 #016DC5 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 109 197 -
CMYK 0.99 0.45 0 0.23
HSL 206.94º 0.99% 0.39% -
HSV(B) 206.94º 0.99% 0.77% -
XYZ 15.56 14.97 54.89 -
YUV 86.74 190.22 66.84 -
System Red Green Blue C M Y K H S L
Decimal 1 109 197 0.99 0.45 0 0.23 206.94 0.99 0.39
Hex 1 6D C5 63 2D 0 17 CF 63 27
Octal 1 155 305 143 55 0 27 317 143 47
Binary 1 1101101 11000101 1100011 101101 0 10111 11001111 1100011 100111

Color Harmonies of #016DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DC5

Black with #016DC5

Text Example


Text Example

White with #016DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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