Html Css Color HEX #0070BC Navy Blue

📋 copy color: '#0070BC'

red 0 ◦ green 112 ◦ blue 188

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

Shades of Navy Blue #0070BC

Tints of Navy Blue #0070BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

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

R = 0%
G = 37.33%
B = 62.67%

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

#0070BC (or 0x0070BC) is known color: Navy Blue. HEX triplet: 00, 70 and BC. RGB value is (0,112,188). Sum of RGB (Red+Green+Blue) = 0+112+188=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #0070BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070BC is #FF8F43. Grayscale: #565656. Windows color (decimal): -16748356 or 12349440. OLE color: 12349440.

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

Color convert

RGB 0 112 188 -
CMYK 1 0.40 0 0.26
HSL 204.26º 1% 0.37% -
HSV(B) 204.26º 1% 0.74% -
XYZ 14.87 15.22 49.73 -
YUV 87.18 184.89 65.82 -
System Red Green Blue C M Y K H S L
Decimal 0 112 188 1 0.40 0 0.26 204.26 1 0.37
Hex 0 70 BC 64 28 0 1A CC 64 25
Octal 0 160 274 144 50 0 32 314 144 45
Binary 0 1110000 10111100 1100100 101000 0 11010 11001100 1100100 100101

Color Harmonies of #0070BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0070BC

Black with #0070BC

Text Example


Text Example

White with #0070BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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