#0F0535

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

Shades of Tolopea #0F0535

Tints of Tolopea #0F0535

Color information

#0F0535 (or 0x0F0535) is unknown color: approx Tolopea. HEX triplet: 0F, 05 and 35. RGB value is (15,5,53). Sum of RGB (Red+Green+Blue) = 15+5+53=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 53 (21.09% from 255 or 72.60% from 73); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0535 is #F0FACA. Grayscale: #0D0D0D. Windows color (decimal): -15792843 or 3474703. OLE color: 3474703.

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

Color convert

RGB15553-
CMYK0.720.9100.79
HSL252.5º82.76%11.37%-
HSV(B)252.5º90.57%20.78%-
XYZ0.890.473.41-
YUV13.46150.31129.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.55%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 53 (21.09% from 255) = 72.60%
R=20.55%
G=6.85%
B=72.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal155530.720.9100.79252.582.7611.37
HexF535485B04Ffc53b
Octal17565110133011737412313
Binary111110111010110010001011011010011111111110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,53); }

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

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

 a { background-color: rgb(15,5,53); }

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

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

 span { border-color: rgb(15,5,53); }

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