Html Css Color HEX #0070BD Navy Blue

📋 copy color: '#0070BD'

red 0 ◦ green 112 ◦ blue 189

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

Shades of Navy Blue #0070BD

Tints of Navy Blue #0070BD

RGB

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

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

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

R = 0%
G = 37.21%
B = 62.79%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0070BD (or 0x0070BD) is known color: Navy Blue. HEX triplet: 00, 70 and BD. RGB value is (0,112,189). Sum of RGB (Red+Green+Blue) = 0+112+189=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #0070BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070BD is #FF8F42. Grayscale: #565656. Windows color (decimal): -16748355 or 12414976. OLE color: 12414976.

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

Color convert

RGB 0 112 189 -
CMYK 1 0.41 0 0.26
HSL 204.44º 1% 0.37% -
HSV(B) 204.44º 1% 0.74% -
XYZ 14.98 15.26 50.3 -
YUV 87.29 185.39 65.74 -
System Red Green Blue C M Y K H S L
Decimal 0 112 189 1 0.41 0 0.26 204.44 1 0.37
Hex 0 70 BD 64 29 0 1A CC 64 25
Octal 0 160 275 144 51 0 32 314 144 45
Binary 0 1110000 10111101 1100100 101001 0 11010 11001100 1100100 100101

Color Harmonies of #0070BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0070BD

Black with #0070BD

Text Example


Text Example

White with #0070BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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