#12062E

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

Shades of Tolopea #12062E

Tints of Tolopea #12062E

Color information

#12062E (or 0x12062E) is unknown color: approx Tolopea. HEX triplet: 12, 06 and 2E. RGB value is (18,6,46). Sum of RGB (Red+Green+Blue) = 18+6+46=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #12062E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12062E is #EDF9D1. Grayscale: #0E0E0E. Windows color (decimal): -15595986 or 3016210. OLE color: 3016210.

HSL color Cylindrical-coordinate representation of color #12062E: hue angle of 258º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12062E is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB18646-
CMYK0.610.8700.82
HSL258º76.92%10.2%-
HSV(B)258º86.96%18.04%-
XYZ0.810.462.63-
YUV14.15145.98130.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 46 (18.36% from 255) = 65.71%
R=25.71%
G=8.57%
B=65.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal186460.610.8700.8225876.9210.2
Hex1262E3D570521024da
Octal2265675127012240211512
Binary1001011010111011110110101110101001010000001010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12062E; }

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

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

<style>
 a { background-color: #12062E; }

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

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

<style>
 span { border-color: #12062E; }

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

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