Html Css Color HEX #0071BE Navy Blue

📋 copy color: '#0071BE'

red 0 ◦ green 113 ◦ blue 190

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

Shades of Navy Blue #0071BE

Tints of Navy Blue #0071BE

RGB

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

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

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

R = 0%
G = 37.29%
B = 62.71%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0071BE (or 0x0071BE) is known color: Navy Blue. HEX triplet: 00, 71 and BE. RGB value is (0,113,190). Sum of RGB (Red+Green+Blue) = 0+113+190=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #0071BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071BE is #FF8E41. Grayscale: #575757. Windows color (decimal): -16748098 or 12480768. OLE color: 12480768.

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

Color convert

RGB 0 113 190 -
CMYK 1 0.41 0 0.25
HSL 204.32º 1% 0.37% -
HSV(B) 204.32º 1% 0.75% -
XYZ 15.2 15.53 50.91 -
YUV 87.99 185.56 65.24 -
System Red Green Blue C M Y K H S L
Decimal 0 113 190 1 0.41 0 0.25 204.32 1 0.37
Hex 0 71 BE 64 29 0 19 CC 64 25
Octal 0 161 276 144 51 0 31 314 144 45
Binary 0 1110001 10111110 1100100 101001 0 11001 11001100 1100100 100101

Color Harmonies of #0071BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0071BE

Black with #0071BE

Text Example


Text Example

White with #0071BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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