Html Css Color HEX #0171BB Navy Blue

📋 copy color: '#0171BB'

red 1 ◦ green 113 ◦ blue 187

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

Shades of Navy Blue #0171BB

Tints of Navy Blue #0171BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

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

R = 0.33%
G = 37.54%
B = 62.13%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0171BB (or 0x0171BB) is known color: Navy Blue. HEX triplet: 01, 71 and BB. RGB value is (1,113,187). Sum of RGB (Red+Green+Blue) = 1+113+187=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #0171BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0171BB is #FE8E44. Grayscale: #575757. Windows color (decimal): -16682565 or 12284161. OLE color: 12284161.

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

Color convert

RGB 1 113 187 -
CMYK 0.99 0.40 0 0.27
HSL 203.87º 0.99% 0.37% -
HSV(B) 203.87º 0.99% 0.73% -
XYZ 14.89 15.4 49.2 -
YUV 87.95 183.89 65.98 -
System Red Green Blue C M Y K H S L
Decimal 1 113 187 0.99 0.40 0 0.27 203.87 0.99 0.37
Hex 1 71 BB 63 28 0 1B CC 63 25
Octal 1 161 273 143 50 0 33 314 143 45
Binary 1 1110001 10111011 1100011 101000 0 11011 11001100 1100011 100101

Color Harmonies of #0171BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0171BB

Black with #0171BB

Text Example


Text Example

White with #0171BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0171BB; }

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

 H1.HeaderClassName
 {
   color: #0171BB;
 }
 .AnyTagClassName
 {
   color: #0171BB;
 }
</style>

background-color css

<style>
 a { background-color: #0171BB; }

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

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

border-color css

<style>
 span { border-color: #0171BB; }

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

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