#0C012D

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

Shades of Tolopea #0C012D

Tints of Tolopea #0C012D

Color information

#0C012D (or 0x0C012D) is unknown color: approx Tolopea. HEX triplet: 0C, 01 and 2D. RGB value is (12,1,45). Sum of RGB (Red+Green+Blue) = 12+1+45=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 45 (17.97% from 255 or 77.59% from 58); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C012D is #F3FED2. Grayscale: #090909. Windows color (decimal): -15990483 or 2949388. OLE color: 2949388.

HSL color Cylindrical-coordinate representation of color #0C012D: hue angle of 255º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C012D is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB12145-
CMYK0.730.9800.82
HSL255º95.65%9.02%-
HSV(B)255º97.78%17.65%-
XYZ0.640.292.5-
YUV9.3148.14129.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.69%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 45 (17.97% from 255) = 77.59%
R=20.69%
G=1.72%
B=77.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal121450.730.9800.8225595.659.02
HexC12D4962052ff609
Octal14155111142012237714011
Binary1100110110110010011100010010100101111111111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,45); }

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

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

 a { background-color: rgb(12,1,45); }

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

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

 span { border-color: rgb(12,1,45); }

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