#0F0137

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

Shades of Tolopea #0F0137

Tints of Tolopea #0F0137

Color information

#0F0137 (or 0x0F0137) is unknown color: approx Tolopea. HEX triplet: 0F, 01 and 37. RGB value is (15,1,55). Sum of RGB (Red+Green+Blue) = 15+1+55=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 1 (0.78% from 255 or 1.41% 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 #0F0137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0137 is #F0FEC8. Grayscale: #0B0B0B. Windows color (decimal): -15793865 or 3604751. OLE color: 3604751.

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

Color convert

RGB15155-
CMYK0.730.9800.78
HSL255.56º96.43%10.98%-
HSV(B)255.56º98.18%21.57%-
XYZ0.90.43.64-
YUV11.34152.64130.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 55 (21.88% from 255) = 77.46%
R=21.13%
G=1.41%
B=77.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal151550.730.9800.78255.5696.4310.98
HexF137496204E10060b
Octal17167111142011640014013
Binary11111110111100100111000100100111010000000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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