#10013B

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

Shades of Tolopea #10013B

Tints of Tolopea #10013B

Color information

#10013B (or 0x10013B) is unknown color: approx Tolopea. HEX triplet: 10, 01 and 3B. RGB value is (16,1,59). Sum of RGB (Red+Green+Blue) = 16+1+59=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 59 (23.44% from 255 or 77.63% from 76); Max value from RGB is 59 - color contains mainly: blue. Hex color #10013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10013B is #EFFEC4. Grayscale: #0B0B0B. Windows color (decimal): -15728325 or 3866896. OLE color: 3866896.

HSL color Cylindrical-coordinate representation of color #10013B: hue angle of 255.52º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10013B is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB16159-
CMYK0.730.9800.77
HSL255.52º96.67%11.76%-
HSV(B)255.52º98.31%23.14%-
XYZ1.010.454.17-
YUV12.1154.47130.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 59 (23.44% from 255) = 77.63%
R=21.05%
G=1.32%
B=77.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal161590.730.9800.77255.5296.6711.76
Hex1013B496204D10061c
Octal20173111142011540014114
Binary100001111011100100111000100100110110000000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,1,59); }

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

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

 a { background-color: rgb(16,1,59); }

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

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

 span { border-color: rgb(16,1,59); }

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