#10057A

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

Shades of Navy #10057A

Tints of Navy #10057A

Color information

#10057A (or 0x10057A) is unknown color: approx Navy. HEX triplet: 10, 05 and 7A. RGB value is (16,5,122). Sum of RGB (Red+Green+Blue) = 16+5+122=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 122 (48.05% from 255 or 85.31% from 143); Max value from RGB is 122 - color contains mainly: blue. Hex color #10057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10057A is #EFFA85. Grayscale: #151515. Windows color (decimal): -15727238 or 7996688. OLE color: 7996688.

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

Color convert

RGB165122-
CMYK0.870.9600.52
HSL245.64º92.13%24.9%-
HSV(B)245.64º95.9%47.84%-
XYZ3.781.6218.53-
YUV21.63184.64123.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 122 (48.05% from 255) = 85.31%
R=11.19%
G=3.50%
B=85.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1651220.870.9600.52245.6492.1324.9
Hex1057A5760034f65c19
Octal20517212714006436613431
Binary10000101111101010101111100000011010011110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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