#0f2b93

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

Shades of Smalt #0F2B93

Tints of Smalt #0F2B93

Color information

#0F2B93 (or 0x0F2B93) is unknown color: approx Smalt. HEX triplet: 0F, 2B and 93. RGB value is (15,43,147). Sum of RGB (Red+Green+Blue) = 15+43+147=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F2B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2B93 is #F0D46C. Grayscale: #2E2E2E. Windows color (decimal): -15783021 or 9644815. OLE color: 9644815.

HSL color Cylindrical-coordinate representation of color #0F2B93: hue angle of 227.27º 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 #0F2B93 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1543147-
CMYK0.900.7100.42
HSL227.27º81.48%31.76%-
HSV(B)227.27º89.8%57.65%-
XYZ6.333.9428.03-
YUV46.48184.72105.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.32%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 147 (57.81% from 255) = 71.71%
R=7.32%
G=20.98%
B=71.71%

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
Decimal15431470.900.7100.42227.2781.4831.76
HexF2B935A4702Ae35120
Octal175322313210705234312140
Binary111110101110010011101101010001110101010111000111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f2b93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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