#0F3E97

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

Shades of Smalt #0F3E97

Tints of Smalt #0F3E97

Color information

#0F3E97 (or 0x0F3E97) is unknown color: approx Smalt. HEX triplet: 0F, 3E and 97. RGB value is (15,62,151). Sum of RGB (Red+Green+Blue) = 15+62+151=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F3E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3E97 is #F0C168. Grayscale: #393939. Windows color (decimal): -15778153 or 9911823. OLE color: 9911823.

HSL color Cylindrical-coordinate representation of color #0F3E97: hue angle of 219.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3E97 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1562151-
CMYK0.900.5900.41
HSL219.26º81.93%32.55%-
HSV(B)219.26º90.07%59.22%-
XYZ7.515.7830-
YUV58.09180.4397.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 151 (59.38% from 255) = 66.23%
R=6.58%
G=27.19%
B=66.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15621510.900.5900.41219.2681.9332.55
HexF3E975A3B029db5221
Octal17762271327305133312241
Binary11111111101001011110110101110110101001110110111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,151); }

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

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

 a { background-color: rgb(15,62,151); }

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

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

 span { border-color: rgb(15,62,151); }

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