Html Css Color HEX #016BBE Navy Blue

📋 copy color: '#016BBE'

red 1 ◦ green 107 ◦ blue 190

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

Shades of Navy Blue #016BBE

Tints of Navy Blue #016BBE

RGB

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

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

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

R = 0.34%
G = 35.91%
B = 63.76%

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

#016BBE (or 0x016BBE) is known color: Navy Blue. HEX triplet: 01, 6B and BE. RGB value is (1,107,190). Sum of RGB (Red+Green+Blue) = 1+107+190=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #016BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BBE is #FE9441. Grayscale: #545454. Windows color (decimal): -16684098 or 12479233. OLE color: 12479233.

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

Color convert

RGB 1 107 190 -
CMYK 0.99 0.44 0 0.25
HSL 206.35º 0.99% 0.37% -
HSV(B) 206.35º 0.99% 0.75% -
XYZ 14.56 14.24 50.7 -
YUV 84.77 187.38 68.25 -
System Red Green Blue C M Y K H S L
Decimal 1 107 190 0.99 0.44 0 0.25 206.35 0.99 0.37
Hex 1 6B BE 63 2C 0 19 CE 63 25
Octal 1 153 276 143 54 0 31 316 143 45
Binary 1 1101011 10111110 1100011 101100 0 11001 11001110 1100011 100101

Color Harmonies of #016BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BBE

Black with #016BBE

Text Example


Text Example

White with #016BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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