Html Css Color HEX #0071BC Navy Blue

📋 copy color: '#0071BC'

red 0 ◦ green 113 ◦ blue 188

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

Shades of Navy Blue #0071BC

Tints of Navy Blue #0071BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 0%
G = 37.54%
B = 62.46%

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

#0071BC (or 0x0071BC) is known color: Navy Blue. HEX triplet: 00, 71 and BC. RGB value is (0,113,188). Sum of RGB (Red+Green+Blue) = 0+113+188=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #0071BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071BC is #FF8E43. Grayscale: #575757. Windows color (decimal): -16748100 or 12349696. OLE color: 12349696.

HSL color Cylindrical-coordinate representation of color #0071BC: hue angle of 203.94º 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 #0071BC is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 113 188 -
CMYK 1 0.40 0 0.26
HSL 203.94º 1% 0.37% -
HSV(B) 203.94º 1% 0.74% -
XYZ 14.98 15.44 49.77 -
YUV 87.76 184.56 65.4 -
System Red Green Blue C M Y K H S L
Decimal 0 113 188 1 0.40 0 0.26 203.94 1 0.37
Hex 0 71 BC 64 28 0 1A CC 64 25
Octal 0 161 274 144 50 0 32 314 144 45
Binary 0 1110001 10111100 1100100 101000 0 11010 11001100 1100100 100101

Color Harmonies of #0071BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0071BC

Black with #0071BC

Text Example


Text Example

White with #0071BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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