#0C0036

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

Shades of Tolopea #0C0036

Tints of Tolopea #0C0036

Color information

#0C0036 (or 0x0C0036) is unknown color: approx Tolopea. HEX triplet: 0C, 00 and 36. RGB value is (12,0,54). Sum of RGB (Red+Green+Blue) = 12+0+54=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 54 (21.48% from 255 or 81.82% from 66); Max value from RGB is 54 - color contains mainly: blue. Hex color #0C0036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0036 is #F3FFC9. Grayscale: #090909. Windows color (decimal): -15990730 or 3538956. OLE color: 3538956.

HSL color Cylindrical-coordinate representation of color #0C0036: hue angle of 253.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0036 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB12054-
CMYK0.78100.79
HSL253.33º100%10.59%-
HSV(B)253.33º100%21.18%-
XYZ0.820.343.51-
YUV9.74152.98129.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 81.82%
R=18.18%
G=0%
B=81.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal120540.78100.79253.3310010.59
HexC0364E6404Ffd64b
Octal14066116144011737514413
Binary1100011011010011101100100010011111111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0036; }

 p { color: rgb(12,0,54); }

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

<style>
 a { background-color: #0C0036; }

 a { background-color: rgb(12,0,54); }

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

<style>
 span { border-color: #0C0036; }

 span { border-color: rgb(12,0,54); }

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