Html Css Color HEX #0070CD Navy Blue

📋 copy color: '#0070CD'

red 0 ◦ green 112 ◦ blue 205

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

Shades of Navy Blue #0070CD

Tints of Navy Blue #0070CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 0%
G = 35.33%
B = 64.67%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0070CD (or 0x0070CD) is known color: Navy Blue. HEX triplet: 00, 70 and CD. RGB value is (0,112,205). Sum of RGB (Red+Green+Blue) = 0+112+205=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #0070CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070CD is #FF8F32. Grayscale: #585858. Windows color (decimal): -16748339 or 13463552. OLE color: 13463552.

HSL color Cylindrical-coordinate representation of color #0070CD: hue angle of 207.22º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070CD is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 112 205 -
CMYK 1 0.45 0 0.20
HSL 207.22º 1% 0.4% -
HSV(B) 207.22º 1% 0.8% -
XYZ 16.81 16 59.96 -
YUV 89.11 193.39 64.44 -
System Red Green Blue C M Y K H S L
Decimal 0 112 205 1 0.45 0 0.20 207.22 1 0.4
Hex 0 70 CD 64 2D 0 14 CF 64 28
Octal 0 160 315 144 55 0 24 317 144 50
Binary 0 1110000 11001101 1100100 101101 0 10100 11001111 1100100 101000

Color Harmonies of #0070CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0070CD

Black with #0070CD

Text Example


Text Example

White with #0070CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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