#12063C

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

Shades of Tolopea #12063C

Tints of Tolopea #12063C

Color information

#12063C (or 0x12063C) is unknown color: approx Tolopea. HEX triplet: 12, 06 and 3C. RGB value is (18,6,60). Sum of RGB (Red+Green+Blue) = 18+6+60=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 60 (23.83% from 255 or 71.43% from 84); Max value from RGB is 60 - color contains mainly: blue. Hex color #12063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12063C is #EDF9C3. Grayscale: #0F0F0F. Windows color (decimal): -15595972 or 3933714. OLE color: 3933714.

HSL color Cylindrical-coordinate representation of color #12063C: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12063C is Cyan = 0.7, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB18660-
CMYK0.70.9000.76
HSL253.33º81.82%12.94%-
HSV(B)253.33º90%23.53%-
XYZ1.130.594.33-
YUV15.74152.98129.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 60 (23.83% from 255) = 71.43%
R=21.43%
G=7.14%
B=71.43%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal186600.70.9000.76253.3381.8212.94
Hex1263C465A04Cfd52d
Octal22674106132011437512215
Binary1001011011110010001101011010010011001111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12063C; }

 p { color: rgb(18,6,60); }

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

<style>
 a { background-color: #12063C; }

 a { background-color: rgb(18,6,60); }

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

<style>
 span { border-color: #12063C; }

 span { border-color: rgb(18,6,60); }

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