Html Css Color HEX #016CBA Navy Blue

📋 copy color: '#016CBA'

red 1 ◦ green 108 ◦ blue 186

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

Shades of Navy Blue #016CBA

Tints of Navy Blue #016CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 0.34%
G = 36.61%
B = 63.05%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#016CBA (or 0x016CBA) is known color: Navy Blue. HEX triplet: 01, 6C and BA. RGB value is (1,108,186). Sum of RGB (Red+Green+Blue) = 1+108+186=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #016CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CBA is #FE9345. Grayscale: #545454. Windows color (decimal): -16683846 or 12217345. OLE color: 12217345.

HSL color Cylindrical-coordinate representation of color #016CBA: hue angle of 205.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016CBA is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 108 186 -
CMYK 0.99 0.42 0 0.27
HSL 205.3º 0.99% 0.37% -
HSV(B) 205.3º 0.99% 0.73% -
XYZ 14.24 14.28 48.46 -
YUV 84.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 1 108 186 0.99 0.42 0 0.27 205.3 0.99 0.37
Hex 1 6C BA 63 2A 0 1B CD 63 25
Octal 1 154 272 143 52 0 33 315 143 45
Binary 1 1101100 10111010 1100011 101010 0 11011 11001101 1100011 100101

Color Harmonies of #016CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CBA

Black with #016CBA

Text Example


Text Example

White with #016CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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