#000A7B

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

Shades of Navy #000A7B

Tints of Navy #000A7B

Color information

#000A7B (or 0x000A7B) is unknown color: approx Navy. HEX triplet: 00, 0A and 7B. RGB value is (0,10,123). Sum of RGB (Red+Green+Blue) = 0+10+123=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 123 (48.44% from 255 or 92.48% from 133); Max value from RGB is 123 - color contains mainly: blue. Hex color #000A7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A7B is #FFF584. Grayscale: #131313. Windows color (decimal): -16774533 or 8063488. OLE color: 8063488.

HSL color Cylindrical-coordinate representation of color #000A7B: hue angle of 235.12º 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 #000A7B is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB010123-
CMYK10.9200.52
HSL235.12º100%24.12%-
HSV(B)235.12º100%48.24%-
XYZ3.681.6518.86-
YUV19.89186.19113.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 123 (48.44% from 255) = 92.48%
R=0%
G=7.52%
B=92.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal01012310.9200.52235.1210024.12
Hex0A7B645C034eb6418
Octal01217314413406435314430
Binary01010111101111001001011100011010011101011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,10,123); }

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

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

 a { background-color: rgb(0,10,123); }

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

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

 span { border-color: rgb(0,10,123); }

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