#0F0038

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

Shades of Tolopea #0F0038

Tints of Tolopea #0F0038

Color information

#0F0038 (or 0x0F0038) is unknown color: approx Tolopea. HEX triplet: 0F, 00 and 38. RGB value is (15,0,56). Sum of RGB (Red+Green+Blue) = 15+0+56=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 56 (22.27% from 255 or 78.87% from 71); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F0038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0038 is #F0FFC7. Grayscale: #0A0A0A. Windows color (decimal): -15794120 or 3670031. OLE color: 3670031.

HSL color Cylindrical-coordinate representation of color #0F0038: hue angle of 256.07º 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 #0F0038 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15056-
CMYK0.73100.78
HSL256.07º100%10.98%-
HSV(B)256.07º100%21.96%-
XYZ0.910.393.77-
YUV10.87153.47130.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 78.87%
R=21.13%
G=0%
B=78.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal150560.73100.78256.0710010.98
HexF038496404E10064b
Octal17070111144011640014413
Binary11110111000100100111001000100111010000000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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