#0F052F

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

Shades of Tolopea #0F052F

Tints of Tolopea #0F052F

Color information

#0F052F (or 0x0F052F) is unknown color: approx Tolopea. HEX triplet: 0F, 05 and 2F. RGB value is (15,5,47). Sum of RGB (Red+Green+Blue) = 15+5+47=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F052F is #F0FAD0. Grayscale: #0C0C0C. Windows color (decimal): -15792849 or 3081487. OLE color: 3081487.

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

Color convert

RGB15547-
CMYK0.680.8900.82
HSL254.29º80.77%10.2%-
HSV(B)254.29º89.36%18.43%-
XYZ0.760.422.73-
YUV12.78147.31129.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 47 (18.75% from 255) = 70.15%
R=22.39%
G=7.46%
B=70.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal155470.680.8900.82254.2980.7710.2
HexF52F4459052fe51a
Octal17557104131012237612112
Binary111110110111110001001011001010100101111111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,47); }

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

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

 a { background-color: rgb(15,5,47); }

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

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

 span { border-color: rgb(15,5,47); }

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