Html Css Color HEX #016ABE Navy Blue

📋 copy color: '#016ABE'

red 1 ◦ green 106 ◦ blue 190

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

Shades of Navy Blue #016ABE

Tints of Navy Blue #016ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 0.34%
G = 35.69%
B = 63.97%

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

#016ABE (or 0x016ABE) is known color: Navy Blue. HEX triplet: 01, 6A and BE. RGB value is (1,106,190). Sum of RGB (Red+Green+Blue) = 1+106+190=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #016ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ABE is #FE9541. Grayscale: #535353. Windows color (decimal): -16684354 or 12478977. OLE color: 12478977.

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

Color convert

RGB 1 106 190 -
CMYK 0.99 0.44 0 0.25
HSL 206.67º 0.99% 0.37% -
HSV(B) 206.67º 0.99% 0.75% -
XYZ 14.46 14.03 50.66 -
YUV 84.18 187.71 68.67 -
System Red Green Blue C M Y K H S L
Decimal 1 106 190 0.99 0.44 0 0.25 206.67 0.99 0.37
Hex 1 6A BE 63 2C 0 19 CF 63 25
Octal 1 152 276 143 54 0 31 317 143 45
Binary 1 1101010 10111110 1100011 101100 0 11001 11001111 1100011 100101

Color Harmonies of #016ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016ABE

Black with #016ABE

Text Example


Text Example

White with #016ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,106,190); }

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

background-color css

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

 a { background-color: rgb(1,106,190); }

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

border-color css

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

 span { border-color: rgb(1,106,190); }

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