#0F042E

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

Shades of Tolopea #0F042E

Tints of Tolopea #0F042E

Color information

#0F042E (or 0x0F042E) is unknown color: approx Tolopea. HEX triplet: 0F, 04 and 2E. RGB value is (15,4,46). Sum of RGB (Red+Green+Blue) = 15+4+46=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F042E is #F0FBD1. Grayscale: #0B0B0B. Windows color (decimal): -15793106 or 3015695. OLE color: 3015695.

HSL color Cylindrical-coordinate representation of color #0F042E: hue angle of 255.71º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F042E is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB15446-
CMYK0.670.9100.82
HSL255.71º84%9.8%-
HSV(B)255.71º91.3%18.04%-
XYZ0.730.392.62-
YUV12.08147.14130.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 46 (18.36% from 255) = 70.77%
R=23.08%
G=6.15%
B=70.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal154460.670.9100.82255.71849.8
HexF42E435B05210054a
Octal17456103133012240012412
Binary1111100101110100001110110110101001010000000010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,4,46); }

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

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

 a { background-color: rgb(15,4,46); }

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

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

 span { border-color: rgb(15,4,46); }

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