Html Css Color HEX #016BC0 Navy Blue

📋 copy color: '#016BC0'

red 1 ◦ green 107 ◦ blue 192

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

Shades of Navy Blue #016BC0

Tints of Navy Blue #016BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 192 (75.39% from 255) = 64%

R = 0.33%
G = 35.67%
B = 64%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#016BC0 (or 0x016BC0) is known color: Navy Blue. HEX triplet: 01, 6B and C0. RGB value is (1,107,192). Sum of RGB (Red+Green+Blue) = 1+107+192=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #016BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BC0 is #FE943F. Grayscale: #545454. Windows color (decimal): -16684096 or 12610305. OLE color: 12610305.

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

Color convert

RGB 1 107 192 -
CMYK 0.99 0.44 0 0.25
HSL 206.7º 0.99% 0.38% -
HSV(B) 206.7º 0.99% 0.75% -
XYZ 14.78 14.33 51.86 -
YUV 85 188.38 68.09 -
System Red Green Blue C M Y K H S L
Decimal 1 107 192 0.99 0.44 0 0.25 206.7 0.99 0.38
Hex 1 6B C0 63 2C 0 19 CF 63 26
Octal 1 153 300 143 54 0 31 317 143 46
Binary 1 1101011 11000000 1100011 101100 0 11001 11001111 1100011 100110

Color Harmonies of #016BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BC0

Black with #016BC0

Text Example


Text Example

White with #016BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,192); }

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

background-color css

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

 a { background-color: rgb(1,107,192); }

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

border-color css

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

 span { border-color: rgb(1,107,192); }

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