#12023A

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

Shades of Tolopea #12023A

Tints of Tolopea #12023A

Color information

#12023A (or 0x12023A) is unknown color: approx Tolopea. HEX triplet: 12, 02 and 3A. RGB value is (18,2,58). Sum of RGB (Red+Green+Blue) = 18+2+58=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 58 (23.05% from 255 or 74.36% from 78); Max value from RGB is 58 - color contains mainly: blue. Hex color #12023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12023A is #EDFDC5. Grayscale: #0C0C0C. Windows color (decimal): -15596998 or 3801618. OLE color: 3801618.

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

Color convert

RGB18258-
CMYK0.690.9700.77
HSL257.14º93.33%11.76%-
HSV(B)257.14º96.55%22.75%-
XYZ1.030.484.04-
YUV13.17153.3131.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 58 (23.05% from 255) = 74.36%
R=23.08%
G=2.56%
B=74.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal182580.690.9700.77257.1493.3311.76
Hex1223A456104D1015dc
Octal22272105141011540113514
Binary1001010111010100010111000010100110110000000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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