#12093C

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

Shades of Tolopea #12093C

Tints of Tolopea #12093C

Color information

#12093C (or 0x12093C) is unknown color: approx Tolopea. HEX triplet: 12, 09 and 3C. RGB value is (18,9,60). Sum of RGB (Red+Green+Blue) = 18+9+60=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #12093C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12093C is #EDF6C3. Grayscale: #111111. Windows color (decimal): -15595204 or 3934482. OLE color: 3934482.

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

Color convert

RGB18960-
CMYK0.70.8500.76
HSL250.59º73.91%13.53%-
HSV(B)250.59º85%23.53%-
XYZ1.160.654.34-
YUV17.5151.98128.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 60 (23.83% from 255) = 68.97%
R=20.69%
G=10.34%
B=68.97%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal189600.70.8500.76250.5973.9113.53
Hex1293C465504Cfb4ae
Octal221174106125011437311216
Binary10010100111110010001101010101010011001111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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