Html Css Color HEX #016ABB Navy Blue

📋 copy color: '#016ABB'

red 1 ◦ green 106 ◦ blue 187

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

Shades of Navy Blue #016ABB

Tints of Navy Blue #016ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.61%

R = 0.34%
G = 36.05%
B = 63.61%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#016ABB (or 0x016ABB) is known color: Navy Blue. HEX triplet: 01, 6A and BB. RGB value is (1,106,187). Sum of RGB (Red+Green+Blue) = 1+106+187=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #016ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ABB is #FE9544. Grayscale: #535353. Windows color (decimal): -16684357 or 12282369. OLE color: 12282369.

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

Color convert

RGB 1 106 187 -
CMYK 0.99 0.43 0 0.27
HSL 206.13º 0.99% 0.37% -
HSV(B) 206.13º 0.99% 0.73% -
XYZ 14.14 13.9 48.95 -
YUV 83.84 186.21 68.91 -
System Red Green Blue C M Y K H S L
Decimal 1 106 187 0.99 0.43 0 0.27 206.13 0.99 0.37
Hex 1 6A BB 63 2B 0 1B CE 63 25
Octal 1 152 273 143 53 0 33 316 143 45
Binary 1 1101010 10111011 1100011 101011 0 11011 11001110 1100011 100101

Color Harmonies of #016ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016ABB

Black with #016ABB

Text Example


Text Example

White with #016ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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