Html Css Color HEX #000D70 Navy

📋 copy color: '#000D70'

red 0 ◦ green 13 ◦ blue 112

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

Shades of Navy #000D70

Tints of Navy #000D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.4%

 BLUE value IS 112 (44.14% from 255) = 89.6%

R = 0%
G = 10.4%
B = 89.6%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000D70 (or 0x000D70) is known color: Navy. HEX triplet: 00, 0D and 70. RGB value is (0,13,112). Sum of RGB (Red+Green+Blue) = 0+13+112=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #000D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D70 is #FFF28F. Grayscale: #131313. Windows color (decimal): -16773776 or 7343360. OLE color: 7343360.

HSL color Cylindrical-coordinate representation of color #000D70: hue angle of 233.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D70 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 13 112 -
CMYK 1 0.88 0 0.56
HSL 233.04º 1% 0.22% -
HSV(B) 233.04º 1% 0.44% -
XYZ 3.07 1.46 15.45 -
YUV 20.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 0 13 112 1 0.88 0 0.56 233.04 1 0.22
Hex 0 D 70 64 58 0 38 E9 64 16
Octal 0 15 160 144 130 0 70 351 144 26
Binary 0 1101 1110000 1100100 1011000 0 111000 11101001 1100100 10110

Color Harmonies of #000D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D70

Black with #000D70

Text Example


Text Example

White with #000D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D70; }

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

 H1.HeaderClassName
 {
   color: #000D70;
 }
 .AnyTagClassName
 {
   color: #000D70;
 }
</style>

background-color css

<style>
 a { background-color: #000D70; }

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

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

border-color css

<style>
 span { border-color: #000D70; }

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

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