#10047B

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

Shades of Navy #10047B

Tints of Navy #10047B

Color information

#10047B (or 0x10047B) is unknown color: approx Navy. HEX triplet: 10, 04 and 7B. RGB value is (16,4,123). Sum of RGB (Red+Green+Blue) = 16+4+123=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #10047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10047B is #EFFB84. Grayscale: #141414. Windows color (decimal): -15727493 or 8061968. OLE color: 8061968.

HSL color Cylindrical-coordinate representation of color #10047B: hue angle of 246.05º 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 #10047B is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB164123-
CMYK0.870.9700.52
HSL246.05º93.7%24.9%-
HSV(B)246.05º96.75%48.24%-
XYZ3.831.6318.85-
YUV21.15185.48124.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 123 (48.44% from 255) = 86.01%
R=11.19%
G=2.80%
B=86.01%

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
Decimal1641230.870.9700.52246.0593.724.9
Hex1047B5761034f65e19
Octal20417312714106436613631
Binary10000100111101110101111100001011010011110110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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