#0F0537

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

Shades of Tolopea #0F0537

Tints of Tolopea #0F0537

Color information

#0F0537 (or 0x0F0537) is unknown color: approx Tolopea. HEX triplet: 0F, 05 and 37. RGB value is (15,5,55). Sum of RGB (Red+Green+Blue) = 15+5+55=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F0537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0537 is #F0FAC8. Grayscale: #0D0D0D. Windows color (decimal): -15792841 or 3605775. OLE color: 3605775.

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

Color convert

RGB15555-
CMYK0.730.9100.78
HSL252º83.33%11.76%-
HSV(B)252º90.91%21.57%-
XYZ0.940.493.66-
YUV13.69151.31128.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 55 (21.88% from 255) = 73.33%
R=20%
G=6.67%
B=73.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155550.730.9100.7825283.3311.76
HexF537495B04Efc53c
Octal17567111133011637412314
Binary111110111011110010011011011010011101111110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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