#10057B

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

Shades of Navy #10057B

Tints of Navy #10057B

Color information

#10057B (or 0x10057B) is unknown color: approx Navy. HEX triplet: 10, 05 and 7B. RGB value is (16,5,123). Sum of RGB (Red+Green+Blue) = 16+5+123=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #10057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10057B is #EFFA84. Grayscale: #151515. Windows color (decimal): -15727237 or 8062224. OLE color: 8062224.

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

Color convert

RGB165123-
CMYK0.870.9600.52
HSL245.59º92.19%25.1%-
HSV(B)245.59º95.93%48.24%-
XYZ3.841.6518.85-
YUV21.74185.14123.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 123 (48.44% from 255) = 85.42%
R=11.11%
G=3.47%
B=85.42%

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
Decimal1651230.870.9600.52245.5992.1925.1
Hex1057B5760034f65c19
Octal20517312714006436613431
Binary10000101111101110101111100000011010011110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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