#0F3989

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

Shades of Smalt #0F3989

Tints of Smalt #0F3989

Color information

#0F3989 (or 0x0F3989) is unknown color: approx Smalt. HEX triplet: 0F, 39 and 89. RGB value is (15,57,137). Sum of RGB (Red+Green+Blue) = 15+57+137=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F3989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3989 is #F0C676. Grayscale: #353535. Windows color (decimal): -15779447 or 8993039. OLE color: 8993039.

HSL color Cylindrical-coordinate representation of color #0F3989: hue angle of 219.34º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3989 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1557137-
CMYK0.890.5800.46
HSL219.34º80.26%29.8%-
HSV(B)219.34º89.05%53.73%-
XYZ6.184.8324.27-
YUV53.56175.09100.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 137 (53.91% from 255) = 65.55%
R=7.18%
G=27.27%
B=65.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15571370.890.5800.46219.3480.2629.8
HexF3989593A02Edb501e
Octal17712111317205633312036
Binary1111111001100010011011001111010010111011011011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,137); }

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

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

 a { background-color: rgb(15,57,137); }

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

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

 span { border-color: rgb(15,57,137); }

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