#10047A

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

Shades of Navy #10047A

Tints of Navy #10047A

Color information

#10047A (or 0x10047A) is unknown color: approx Navy. HEX triplet: 10, 04 and 7A. RGB value is (16,4,122). Sum of RGB (Red+Green+Blue) = 16+4+122=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 122 (48.05% from 255 or 85.92% from 142); Max value from RGB is 122 - color contains mainly: blue. Hex color #10047A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10047A is #EFFB85. Grayscale: #141414. Windows color (decimal): -15727494 or 7996432. OLE color: 7996432.

HSL color Cylindrical-coordinate representation of color #10047A: hue angle of 246.1º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10047A is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB164122-
CMYK0.870.9700.52
HSL246.1º93.65%24.71%-
HSV(B)246.1º96.72%47.84%-
XYZ3.771.618.52-
YUV21.04184.98124.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 122 (48.05% from 255) = 85.92%
R=11.27%
G=2.82%
B=85.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1641220.870.9700.52246.193.6524.71
Hex1047A5761034f65e19
Octal20417212714106436613631
Binary10000100111101010101111100001011010011110110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10047A; }

 p { color: rgb(16,4,122); }

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

<style>
 a { background-color: #10047A; }

 a { background-color: rgb(16,4,122); }

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

<style>
 span { border-color: #10047A; }

 span { border-color: rgb(16,4,122); }

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