Html Css Color HEX #016CC5 Navy Blue

📋 copy color: '#016CC5'

red 1 ◦ green 108 ◦ blue 197

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

Shades of Navy Blue #016CC5

Tints of Navy Blue #016CC5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

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

R = 0.33%
G = 35.29%
B = 64.38%

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

#016CC5 (or 0x016CC5) is known color: Navy Blue. HEX triplet: 01, 6C and C5. RGB value is (1,108,197). Sum of RGB (Red+Green+Blue) = 1+108+197=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 197 (77.34% from 255 or 64.38% from 306); Max value from RGB is 197 - color contains mainly: blue. Hex color #016CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CC5 is #FE933A. Grayscale: #555555. Windows color (decimal): -16683835 or 12938241. OLE color: 12938241.

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

Color convert

RGB 1 108 197 -
CMYK 0.99 0.45 0 0.23
HSL 207.24º 0.99% 0.39% -
HSV(B) 207.24º 0.99% 0.77% -
XYZ 15.45 14.76 54.86 -
YUV 86.15 190.55 67.26 -
System Red Green Blue C M Y K H S L
Decimal 1 108 197 0.99 0.45 0 0.23 207.24 0.99 0.39
Hex 1 6C C5 63 2D 0 17 CF 63 27
Octal 1 154 305 143 55 0 27 317 143 47
Binary 1 1101100 11000101 1100011 101101 0 10111 11001111 1100011 100111

Color Harmonies of #016CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CC5

Black with #016CC5

Text Example


Text Example

White with #016CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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