Html Css Color HEX #0171BD Navy Blue

📋 copy color: '#0171BD'

red 1 ◦ green 113 ◦ blue 189

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

Shades of Navy Blue #0171BD

Tints of Navy Blue #0171BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 0.33%
G = 37.29%
B = 62.38%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0171BD (or 0x0171BD) is known color: Navy Blue. HEX triplet: 01, 71 and BD. RGB value is (1,113,189). Sum of RGB (Red+Green+Blue) = 1+113+189=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #0171BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0171BD is #FE8E42. Grayscale: #575757. Windows color (decimal): -16682563 or 12415233. OLE color: 12415233.

HSL color Cylindrical-coordinate representation of color #0171BD: hue angle of 204.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0171BD is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 113 189 -
CMYK 0.99 0.40 0 0.26
HSL 204.26º 0.99% 0.37% -
HSV(B) 204.26º 0.99% 0.74% -
XYZ 15.1 15.49 50.34 -
YUV 88.18 184.89 65.82 -
System Red Green Blue C M Y K H S L
Decimal 1 113 189 0.99 0.40 0 0.26 204.26 0.99 0.37
Hex 1 71 BD 63 28 0 1A CC 63 25
Octal 1 161 275 143 50 0 32 314 143 45
Binary 1 1110001 10111101 1100011 101000 0 11010 11001100 1100011 100101

Color Harmonies of #0171BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0171BD

Black with #0171BD

Text Example


Text Example

White with #0171BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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