#0F3289

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

Shades of Smalt #0F3289

Tints of Smalt #0F3289

Color information

#0F3289 (or 0x0F3289) is unknown color: approx Smalt. HEX triplet: 0F, 32 and 89. RGB value is (15,50,137). Sum of RGB (Red+Green+Blue) = 15+50+137=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F3289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3289 is #F0CD76. Grayscale: #313131. Windows color (decimal): -15781239 or 8991247. OLE color: 8991247.

HSL color Cylindrical-coordinate representation of color #0F3289: hue angle of 222.79º 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 #0F3289 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1550137-
CMYK0.890.6400.46
HSL222.79º80.26%29.8%-
HSV(B)222.79º89.05%53.73%-
XYZ5.854.1924.17-
YUV49.45177.4103.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.43%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 137 (53.91% from 255) = 67.82%
R=7.43%
G=24.75%
B=67.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15501370.890.6400.46222.7980.2629.8
HexF3289594002Edf501e
Octal176221113110005633712036
Binary11111100101000100110110011000000010111011011111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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