Html Css Color HEX #016BBA Navy Blue

📋 copy color: '#016BBA'

red 1 ◦ green 107 ◦ blue 186

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

Shades of Navy Blue #016BBA

Tints of Navy Blue #016BBA

RGB

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

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

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

R = 0.34%
G = 36.39%
B = 63.27%

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

#016BBA (or 0x016BBA) is known color: Navy Blue. HEX triplet: 01, 6B and BA. RGB value is (1,107,186). Sum of RGB (Red+Green+Blue) = 1+107+186=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #016BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BBA is #FE9445. Grayscale: #535353. Windows color (decimal): -16684102 or 12217089. OLE color: 12217089.

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

Color convert

RGB 1 107 186 -
CMYK 0.99 0.42 0 0.27
HSL 205.62º 0.99% 0.37% -
HSV(B) 205.62º 0.99% 0.73% -
XYZ 14.13 14.07 48.42 -
YUV 84.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 1 107 186 0.99 0.42 0 0.27 205.62 0.99 0.37
Hex 1 6B BA 63 2A 0 1B CE 63 25
Octal 1 153 272 143 52 0 33 316 143 45
Binary 1 1101011 10111010 1100011 101010 0 11011 11001110 1100011 100101

Color Harmonies of #016BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BBA

Black with #016BBA

Text Example


Text Example

White with #016BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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