#12023C

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

Shades of Tolopea #12023C

Tints of Tolopea #12023C

Color information

#12023C (or 0x12023C) is unknown color: approx Tolopea. HEX triplet: 12, 02 and 3C. RGB value is (18,2,60). Sum of RGB (Red+Green+Blue) = 18+2+60=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 60 (23.83% from 255 or 75% from 80); Max value from RGB is 60 - color contains mainly: blue. Hex color #12023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12023C is #EDFDC3. Grayscale: #0D0D0D. Windows color (decimal): -15596996 or 3932690. OLE color: 3932690.

HSL color Cylindrical-coordinate representation of color #12023C: hue angle of 256.55º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12023C is Cyan = 0.7, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB18260-
CMYK0.70.9700.76
HSL256.55º93.55%12.16%-
HSV(B)256.55º96.67%23.53%-
XYZ1.090.54.31-
YUV13.4154.3131.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 2 (1.17% from 255) = 2.5%
BLUE value IS 60 (23.83% from 255) = 75%
R=22.5%
G=2.5%
B=75%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal182600.70.9700.76256.5593.5512.16
Hex1223C466104C1015ec
Octal22274106141011440113614
Binary1001010111100100011011000010100110010000000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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