#10003B

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

Shades of Tolopea #10003B

Tints of Tolopea #10003B

Color information

#10003B (or 0x10003B) is unknown color: approx Tolopea. HEX triplet: 10, 00 and 3B. RGB value is (16,0,59). Sum of RGB (Red+Green+Blue) = 16+0+59=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 59 (23.44% from 255 or 78.67% from 75); Max value from RGB is 59 - color contains mainly: blue. Hex color #10003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10003B is #EFFFC4. Grayscale: #0B0B0B. Windows color (decimal): -15728581 or 3866640. OLE color: 3866640.

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

Color convert

RGB16059-
CMYK0.73100.77
HSL256.27º100%11.57%-
HSV(B)256.27º100%23.14%-
XYZ10.434.17-
YUV11.51154.8131.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 78.67%
R=21.33%
G=0%
B=78.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal160590.73100.77256.2710011.57
Hex1003B496404D10064c
Octal20073111144011540014414
Binary100000111011100100111001000100110110000000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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