#0F043C

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

Shades of Tolopea #0F043C

Tints of Tolopea #0F043C

Color information

#0F043C (or 0x0F043C) is unknown color: approx Tolopea. HEX triplet: 0F, 04 and 3C. RGB value is (15,4,60). Sum of RGB (Red+Green+Blue) = 15+4+60=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F043C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F043C is #F0FBC3. Grayscale: #0D0D0D. Windows color (decimal): -15793092 or 3933199. OLE color: 3933199.

HSL color Cylindrical-coordinate representation of color #0F043C: hue angle of 251.79º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F043C is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB15460-
CMYK0.750.9300.76
HSL251.79º87.5%12.55%-
HSV(B)251.79º93.33%23.53%-
XYZ1.060.514.32-
YUV13.67154.14128.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 60 (23.83% from 255) = 75.95%
R=18.99%
G=5.06%
B=75.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal154600.750.9300.76251.7987.512.55
HexF43C4B5D04Cfc58d
Octal17474113135011437413015
Binary111110011110010010111011101010011001111110010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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