#0F003C

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

Shades of Tolopea #0F003C

Tints of Tolopea #0F003C

Color information

#0F003C (or 0x0F003C) is unknown color: approx Tolopea. HEX triplet: 0F, 00 and 3C. RGB value is (15,0,60). Sum of RGB (Red+Green+Blue) = 15+0+60=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 60 (23.83% from 255 or 80% from 75); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F003C is #F0FFC3. Grayscale: #0B0B0B. Windows color (decimal): -15794116 or 3932175. OLE color: 3932175.

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

Color convert

RGB15060-
CMYK0.75100.76
HSL255º100%11.76%-
HSV(B)255º100%23.53%-
XYZ1.010.434.3-
YUV11.32155.47130.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 80%
R=20%
G=0%
B=80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal150600.75100.7625510011.76
HexF03C4B6404Cff64c
Octal17074113144011437714414
Binary1111011110010010111100100010011001111111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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