#0F2A93

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

Shades of Smalt #0F2A93

Tints of Smalt #0F2A93

Color information

#0F2A93 (or 0x0F2A93) is unknown color: approx Smalt. HEX triplet: 0F, 2A and 93. RGB value is (15,42,147). Sum of RGB (Red+Green+Blue) = 15+42+147=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F2A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2A93 is #F0D56C. Grayscale: #2D2D2D. Windows color (decimal): -15783277 or 9644559. OLE color: 9644559.

HSL color Cylindrical-coordinate representation of color #0F2A93: hue angle of 227.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2A93 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1542147-
CMYK0.900.7100.42
HSL227.73º81.48%31.76%-
HSV(B)227.73º89.8%57.65%-
XYZ6.293.8628.02-
YUV45.9185.05105.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.35%
GREEN value IS 42 (16.80% from 255) = 20.59%
BLUE value IS 147 (57.81% from 255) = 72.06%
R=7.35%
G=20.59%
B=72.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15421470.900.7100.42227.7381.4831.76
HexF2A935A4702Ae45120
Octal175222313210705234412140
Binary111110101010010011101101010001110101010111001001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,42,147); }

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

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

 a { background-color: rgb(15,42,147); }

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

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

 span { border-color: rgb(15,42,147); }

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