#0C0437

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

Shades of Tolopea #0C0437

Tints of Tolopea #0C0437

Color information

#0C0437 (or 0x0C0437) is unknown color: approx Tolopea. HEX triplet: 0C, 04 and 37. RGB value is (12,4,55). Sum of RGB (Red+Green+Blue) = 12+4+55=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 55 (21.88% from 255 or 77.46% from 71); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C0437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0437 is #F3FBC8. Grayscale: #0C0C0C. Windows color (decimal): -15989705 or 3605516. OLE color: 3605516.

HSL color Cylindrical-coordinate representation of color #0C0437: hue angle of 249.41º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0437 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB12455-
CMYK0.780.9300.78
HSL249.41º86.44%11.57%-
HSV(B)249.41º92.73%21.57%-
XYZ0.880.443.65-
YUV12.21152.15127.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.90%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 55 (21.88% from 255) = 77.46%
R=16.90%
G=5.63%
B=77.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal124550.780.9300.78249.4186.4411.57
HexC4374E5D04Ef956c
Octal14467116135011637112614
Binary110010011011110011101011101010011101111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,4,55); }

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

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

 a { background-color: rgb(12,4,55); }

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

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

 span { border-color: rgb(12,4,55); }

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