#000D7A

Color #000D7A Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #000D7A

Tints of Navy #000D7A

Color information

#000D7A (or 0x000D7A) is unknown color: approx Navy. HEX triplet: 00, 0D and 7A. RGB value is (0,13,122). Sum of RGB (Red+Green+Blue) = 0+13+122=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 122 (48.05% from 255 or 90.37% from 135); Max value from RGB is 122 - color contains mainly: blue. Hex color #000D7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D7A is #FFF285. Grayscale: #151515. Windows color (decimal): -16773766 or 7998720. OLE color: 7998720.

HSL color Cylindrical-coordinate representation of color #000D7A: hue angle of 233.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D7A is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB013122-
CMYK10.8900.52
HSL233.61º100%23.92%-
HSV(B)233.61º100%47.84%-
XYZ3.661.6918.55-
YUV21.54184.69112.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 9.63%
BLUE value IS 122 (48.05% from 255) = 90.37%
R=0%
G=9.63%
B=90.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal01312210.8900.52233.6110023.92
Hex0D7A6459034ea6418
Octal01517214413106435214430
Binary01101111101011001001011001011010011101010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #000D7A;
 }
 .AnyTagClassName
 {
   color: #000D7A;
 }
</style>
background-color css

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

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

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

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

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

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