Html Css Color HEX #0070DE Navy Blue

📋 copy color: '#0070DE'

red 0 ◦ green 112 ◦ blue 222

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

Shades of Navy Blue #0070DE

Tints of Navy Blue #0070DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.47%

R = 0%
G = 33.53%
B = 66.47%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0070DE (or 0x0070DE) is known color: Navy Blue. HEX triplet: 00, 70 and DE. RGB value is (0,112,222). Sum of RGB (Red+Green+Blue) = 0+112+222=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #0070DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070DE is #FF8F21. Grayscale: #5A5A5A. Windows color (decimal): -16748322 or 14577664. OLE color: 14577664.

HSL color Cylindrical-coordinate representation of color #0070DE: hue angle of 209.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070DE is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 112 222 -
CMYK 1 0.50 0 0.13
HSL 209.73º 1% 0.44% -
HSV(B) 209.73º 1% 0.87% -
XYZ 18.98 16.86 71.36 -
YUV 91.05 201.89 63.06 -
System Red Green Blue C M Y K H S L
Decimal 0 112 222 1 0.50 0 0.13 209.73 1 0.44
Hex 0 70 DE 64 32 0 D D2 64 2C
Octal 0 160 336 144 62 0 15 322 144 54
Binary 0 1110000 11011110 1100100 110010 0 1101 11010010 1100100 101100

Color Harmonies of #0070DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0070DE

Black with #0070DE

Text Example


Text Example

White with #0070DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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