#0F358F

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

Shades of Smalt #0F358F

Tints of Smalt #0F358F

Color information

#0F358F (or 0x0F358F) is unknown color: approx Smalt. HEX triplet: 0F, 35 and 8F. RGB value is (15,53,143). Sum of RGB (Red+Green+Blue) = 15+53+143=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F358F is #F0CA70. Grayscale: #333333. Windows color (decimal): -15780465 or 9385231. OLE color: 9385231.

HSL color Cylindrical-coordinate representation of color #0F358F: hue angle of 222.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F358F is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1553143-
CMYK0.900.6300.44
HSL222.19º81.01%30.98%-
HSV(B)222.19º89.51%56.08%-
XYZ6.434.6326.54-
YUV51.9179.41101.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 143 (56.25% from 255) = 67.77%
R=7.11%
G=25.12%
B=67.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15531430.900.6300.44222.1981.0130.98
HexF358F5A3F02Cde511f
Octal17652171327705433612137
Binary1111110101100011111011010111111010110011011110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,143); }

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

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

 a { background-color: rgb(15,53,143); }

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

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

 span { border-color: rgb(15,53,143); }

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