Html Css Color HEX #016CC4 Navy Blue

📋 copy color: '#016CC4'

red 1 ◦ green 108 ◦ blue 196

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

Shades of Navy Blue #016CC4

Tints of Navy Blue #016CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 64.26%

R = 0.33%
G = 35.41%
B = 64.26%

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

#016CC4 (or 0x016CC4) is known color: Navy Blue. HEX triplet: 01, 6C and C4. RGB value is (1,108,196). Sum of RGB (Red+Green+Blue) = 1+108+196=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 196 (76.95% from 255 or 64.26% from 305); Max value from RGB is 196 - color contains mainly: blue. Hex color #016CC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CC4 is #FE933B. Grayscale: #555555. Windows color (decimal): -16683836 or 12872705. OLE color: 12872705.

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

Color convert

RGB 1 108 196 -
CMYK 0.99 0.45 0 0.23
HSL 207.08º 0.99% 0.39% -
HSV(B) 207.08º 0.99% 0.77% -
XYZ 15.34 14.72 54.26 -
YUV 86.04 190.05 67.34 -
System Red Green Blue C M Y K H S L
Decimal 1 108 196 0.99 0.45 0 0.23 207.08 0.99 0.39
Hex 1 6C C4 63 2D 0 17 CF 63 27
Octal 1 154 304 143 55 0 27 317 143 47
Binary 1 1101100 11000100 1100011 101101 0 10111 11001111 1100011 100111

Color Harmonies of #016CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CC4

Black with #016CC4

Text Example


Text Example

White with #016CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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