#10033D

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

Shades of Tolopea #10033D

Tints of Tolopea #10033D

Color information

#10033D (or 0x10033D) is unknown color: approx Tolopea. HEX triplet: 10, 03 and 3D. RGB value is (16,3,61). Sum of RGB (Red+Green+Blue) = 16+3+61=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 61 (24.22% from 255 or 76.25% from 80); Max value from RGB is 61 - color contains mainly: blue. Hex color #10033D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10033D is #EFFCC2. Grayscale: #0D0D0D. Windows color (decimal): -15727811 or 3998480. OLE color: 3998480.

HSL color Cylindrical-coordinate representation of color #10033D: hue angle of 253.45º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10033D is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB16361-
CMYK0.740.9500.76
HSL253.45º90.62%12.55%-
HSV(B)253.45º95.08%23.92%-
XYZ1.090.514.46-
YUV13.5154.81129.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 61 (24.22% from 255) = 76.25%
R=20%
G=3.75%
B=76.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal163610.740.9500.76253.4590.6212.55
Hex1033D4A5F04Cfd5bd
Octal20375112137011437513315
Binary100001111110110010101011111010011001111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10033D; }

 p { color: rgb(16,3,61); }

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

<style>
 a { background-color: #10033D; }

 a { background-color: rgb(16,3,61); }

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

<style>
 span { border-color: #10033D; }

 span { border-color: rgb(16,3,61); }

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