#0F0037

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

Shades of Tolopea #0F0037

Tints of Tolopea #0F0037

Color information

#0F0037 (or 0x0F0037) is unknown color: approx Tolopea. HEX triplet: 0F, 00 and 37. RGB value is (15,0,55). Sum of RGB (Red+Green+Blue) = 15+0+55=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 55 (21.88% from 255 or 78.57% from 70); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F0037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0037 is #F0FFC8. Grayscale: #0A0A0A. Windows color (decimal): -15794121 or 3604495. OLE color: 3604495.

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

Color convert

RGB15055-
CMYK0.73100.78
HSL256.36º100%10.78%-
HSV(B)256.36º100%21.57%-
XYZ0.890.383.64-
YUV10.76152.97131.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 78.57%
R=21.43%
G=0%
B=78.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal150550.73100.78256.3610010.78
HexF037496404E10064b
Octal17067111144011640014413
Binary11110110111100100111001000100111010000000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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