#0F073F

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

Shades of Tolopea #0F073F

Tints of Tolopea #0F073F

Color information

#0F073F (or 0x0F073F) is unknown color: approx Tolopea. HEX triplet: 0F, 07 and 3F. RGB value is (15,7,63). Sum of RGB (Red+Green+Blue) = 15+7+63=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 63 (25% from 255 or 74.12% from 85); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F073F is #F0F8C0. Grayscale: #0F0F0F. Windows color (decimal): -15792321 or 4130575. OLE color: 4130575.

HSL color Cylindrical-coordinate representation of color #0F073F: hue angle of 248.57º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F073F is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB15763-
CMYK0.760.8900.75
HSL248.57º80%13.73%-
HSV(B)248.57º88.89%24.71%-
XYZ1.170.614.76-
YUV15.78154.65127.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.65%
GREEN value IS 7 (3.12% from 255) = 8.24%
BLUE value IS 63 (25% from 255) = 74.12%
R=17.65%
G=8.24%
B=74.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal157630.760.8900.75248.578013.73
HexF73F4C5904Bf950e
Octal17777114131011337112016
Binary111111111111110011001011001010010111111100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,7,63); }

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

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

 a { background-color: rgb(15,7,63); }

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

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

 span { border-color: rgb(15,7,63); }

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