Html Css Color HEX #0071BD Navy Blue

📋 copy color: '#0071BD'

red 0 ◦ green 113 ◦ blue 189

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

Shades of Navy Blue #0071BD

Tints of Navy Blue #0071BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 37.42%
B = 62.58%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0071BD (or 0x0071BD) is known color: Navy Blue. HEX triplet: 00, 71 and BD. RGB value is (0,113,189). Sum of RGB (Red+Green+Blue) = 0+113+189=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #0071BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071BD is #FF8E42. Grayscale: #575757. Windows color (decimal): -16748099 or 12415232. OLE color: 12415232.

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

Color convert

RGB 0 113 189 -
CMYK 1 0.40 0 0.26
HSL 204.13º 1% 0.37% -
HSV(B) 204.13º 1% 0.74% -
XYZ 15.09 15.48 50.34 -
YUV 87.88 185.06 65.32 -
System Red Green Blue C M Y K H S L
Decimal 0 113 189 1 0.40 0 0.26 204.13 1 0.37
Hex 0 71 BD 64 28 0 1A CC 64 25
Octal 0 161 275 144 50 0 32 314 144 45
Binary 0 1110001 10111101 1100100 101000 0 11010 11001100 1100100 100101

Color Harmonies of #0071BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0071BD

Black with #0071BD

Text Example


Text Example

White with #0071BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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