#10073F

Color #10073F Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #10073F

Tints of Tolopea #10073F

Color information

#10073F (or 0x10073F) is unknown color: approx Tolopea. HEX triplet: 10, 07 and 3F. RGB value is (16,7,63). Sum of RGB (Red+Green+Blue) = 16+7+63=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #10073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10073F is #EFF8C0. Grayscale: #0F0F0F. Windows color (decimal): -15726785 or 4130576. OLE color: 4130576.

HSL color Cylindrical-coordinate representation of color #10073F: hue angle of 249.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10073F is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB16763-
CMYK0.750.8900.75
HSL249.64º80%13.73%-
HSV(B)249.64º88.89%24.71%-
XYZ1.190.624.76-
YUV16.08154.48127.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.60%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 63 (25% from 255) = 73.26%
R=18.60%
G=8.14%
B=73.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal167630.750.8900.75249.648013.73
Hex1073F4B5904Bfa50e
Octal20777113131011337212016
Binary1000011111111110010111011001010010111111101010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10073F; }

 p { color: rgb(16,7,63); }

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

<style>
 a { background-color: #10073F; }

 a { background-color: rgb(16,7,63); }

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

<style>
 span { border-color: #10073F; }

 span { border-color: rgb(16,7,63); }

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