#12093A

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

Shades of Tolopea #12093A

Tints of Tolopea #12093A

Color information

#12093A (or 0x12093A) is unknown color: approx Tolopea. HEX triplet: 12, 09 and 3A. RGB value is (18,9,58). Sum of RGB (Red+Green+Blue) = 18+9+58=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #12093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12093A is #EDF6C5. Grayscale: #111111. Windows color (decimal): -15595206 or 3803410. OLE color: 3803410.

HSL color Cylindrical-coordinate representation of color #12093A: hue angle of 251.02º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12093A is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB18958-
CMYK0.690.8400.77
HSL251.02º73.13%13.14%-
HSV(B)251.02º84.48%22.75%-
XYZ1.110.634.07-
YUV17.28150.98128.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 58 (23.05% from 255) = 68.24%
R=21.18%
G=10.59%
B=68.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal189580.690.8400.77251.0273.1313.14
Hex1293A455404Dfb49d
Octal221172105124011537311115
Binary10010100111101010001011010100010011011111101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12093A; }

 p { color: rgb(18,9,58); }

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

<style>
 a { background-color: #12093A; }

 a { background-color: rgb(18,9,58); }

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

<style>
 span { border-color: #12093A; }

 span { border-color: rgb(18,9,58); }

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