#0F0530

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

Shades of Tolopea #0F0530

Tints of Tolopea #0F0530

Color information

#0F0530 (or 0x0F0530) is unknown color: approx Tolopea. HEX triplet: 0F, 05 and 30. RGB value is (15,5,48). Sum of RGB (Red+Green+Blue) = 15+5+48=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F0530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0530 is #F0FACF. Grayscale: #0C0C0C. Windows color (decimal): -15792848 or 3147023. OLE color: 3147023.

HSL color Cylindrical-coordinate representation of color #0F0530: hue angle of 253.95º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0530 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB15548-
CMYK0.690.9000.81
HSL253.95º81.13%10.39%-
HSV(B)253.95º89.58%18.82%-
XYZ0.780.422.84-
YUV12.89147.81129.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.06%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 48 (19.14% from 255) = 70.59%
R=22.06%
G=7.35%
B=70.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal155480.690.9000.81253.9581.1310.39
HexF530455A051fe51a
Octal17560105132012137612112
Binary111110111000010001011011010010100011111111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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