#12073F

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

Shades of Tolopea #12073F

Tints of Tolopea #12073F

Color information

#12073F (or 0x12073F) is unknown color: approx Tolopea. HEX triplet: 12, 07 and 3F. RGB value is (18,7,63). Sum of RGB (Red+Green+Blue) = 18+7+63=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #12073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12073F is #EDF8C0. Grayscale: #101010. Windows color (decimal): -15595713 or 4130578. OLE color: 4130578.

HSL color Cylindrical-coordinate representation of color #12073F: hue angle of 251.79º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12073F is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB18763-
CMYK0.710.8900.75
HSL251.79º80%13.73%-
HSV(B)251.79º88.89%24.71%-
XYZ1.220.644.76-
YUV16.67154.14128.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 63 (25% from 255) = 71.59%
R=20.45%
G=7.95%
B=71.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal187630.710.8900.75251.798013.73
Hex1273F475904Bfc50e
Octal22777107131011337412016
Binary1001011111111110001111011001010010111111110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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