Html Css Color HEX #016BBF Navy Blue

📋 copy color: '#016BBF'

red 1 ◦ green 107 ◦ blue 191

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

Shades of Navy Blue #016BBF

Tints of Navy Blue #016BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.88%

R = 0.33%
G = 35.79%
B = 63.88%

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

#016BBF (or 0x016BBF) is known color: Navy Blue. HEX triplet: 01, 6B and BF. RGB value is (1,107,191). Sum of RGB (Red+Green+Blue) = 1+107+191=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #016BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BBF is #FE9440. Grayscale: #545454. Windows color (decimal): -16684097 or 12544769. OLE color: 12544769.

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

Color convert

RGB 1 107 191 -
CMYK 0.99 0.44 0 0.25
HSL 206.53º 0.99% 0.38% -
HSV(B) 206.53º 0.99% 0.75% -
XYZ 14.67 14.28 51.27 -
YUV 84.88 187.88 68.17 -
System Red Green Blue C M Y K H S L
Decimal 1 107 191 0.99 0.44 0 0.25 206.53 0.99 0.38
Hex 1 6B BF 63 2C 0 19 CF 63 26
Octal 1 153 277 143 54 0 31 317 143 46
Binary 1 1101011 10111111 1100011 101100 0 11001 11001111 1100011 100110

Color Harmonies of #016BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BBF

Black with #016BBF

Text Example


Text Example

White with #016BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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