#0F2D87

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

Shades of Smalt #0F2D87

Tints of Smalt #0F2D87

Color information

#0F2D87 (or 0x0F2D87) is unknown color: approx Smalt. HEX triplet: 0F, 2D and 87. RGB value is (15,45,135). Sum of RGB (Red+Green+Blue) = 15+45+135=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F2D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2D87 is #F0D278. Grayscale: #2D2D2D. Windows color (decimal): -15782521 or 8858895. OLE color: 8858895.

HSL color Cylindrical-coordinate representation of color #0F2D87: hue angle of 225º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2D87 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1545135-
CMYK0.890.6700.47
HSL225º80%29.41%-
HSV(B)225º88.89%52.94%-
XYZ5.513.7323.35-
YUV46.29178.06105.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=7.69%
G=23.08%
B=69.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15451350.890.6700.472258029.41
HexF2D87594302Fe1501d
Octal175520713110305734112035
Binary11111011011000011110110011000011010111111100001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,135); }

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

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

 a { background-color: rgb(15,45,135); }

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

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

 span { border-color: rgb(15,45,135); }

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