Html Css Color HEX #016BBB Navy Blue

📋 copy color: '#016BBB'

red 1 ◦ green 107 ◦ blue 187

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

Shades of Navy Blue #016BBB

Tints of Navy Blue #016BBB

RGB

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

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

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

R = 0.34%
G = 36.27%
B = 63.39%

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

#016BBB (or 0x016BBB) is known color: Navy Blue. HEX triplet: 01, 6B and BB. RGB value is (1,107,187). Sum of RGB (Red+Green+Blue) = 1+107+187=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #016BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BBB is #FE9444. Grayscale: #545454. Windows color (decimal): -16684101 or 12282625. OLE color: 12282625.

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

Color convert

RGB 1 107 187 -
CMYK 0.99 0.43 0 0.27
HSL 205.81º 0.99% 0.37% -
HSV(B) 205.81º 0.99% 0.73% -
XYZ 14.24 14.11 48.99 -
YUV 84.43 185.88 68.5 -
System Red Green Blue C M Y K H S L
Decimal 1 107 187 0.99 0.43 0 0.27 205.81 0.99 0.37
Hex 1 6B BB 63 2B 0 1B CE 63 25
Octal 1 153 273 143 53 0 33 316 143 45
Binary 1 1101011 10111011 1100011 101011 0 11011 11001110 1100011 100101

Color Harmonies of #016BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BBB

Black with #016BBB

Text Example


Text Example

White with #016BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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