#12073B

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

Shades of Tolopea #12073B

Tints of Tolopea #12073B

Color information

#12073B (or 0x12073B) is unknown color: approx Tolopea. HEX triplet: 12, 07 and 3B. RGB value is (18,7,59). Sum of RGB (Red+Green+Blue) = 18+7+59=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 59 (23.44% from 255 or 70.24% from 84); Max value from RGB is 59 - color contains mainly: blue. Hex color #12073B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12073B is #EDF8C4. Grayscale: #101010. Windows color (decimal): -15595717 or 3868434. OLE color: 3868434.

HSL color Cylindrical-coordinate representation of color #12073B: hue angle of 252.69º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12073B is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB18759-
CMYK0.690.8800.77
HSL252.69º78.79%12.94%-
HSV(B)252.69º88.14%23.14%-
XYZ1.110.64.19-
YUV16.22152.14129.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 7 (3.12% from 255) = 8.33%
BLUE value IS 59 (23.44% from 255) = 70.24%
R=21.43%
G=8.33%
B=70.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal187590.690.8800.77252.6978.7912.94
Hex1273B455804Dfd4fd
Octal22773105130011537511715
Binary1001011111101110001011011000010011011111110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12073B; }

 p { color: rgb(18,7,59); }

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

<style>
 a { background-color: #12073B; }

 a { background-color: rgb(18,7,59); }

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

<style>
 span { border-color: #12073B; }

 span { border-color: rgb(18,7,59); }

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