#0F2E84

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

Shades of Smalt #0F2E84

Tints of Smalt #0F2E84

Color information

#0F2E84 (or 0x0F2E84) is unknown color: approx Smalt. HEX triplet: 0F, 2E and 84. RGB value is (15,46,132). Sum of RGB (Red+Green+Blue) = 15+46+132=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F2E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2E84 is #F0D17B. Grayscale: #2E2E2E. Windows color (decimal): -15782268 or 8662543. OLE color: 8662543.

HSL color Cylindrical-coordinate representation of color #0F2E84: hue angle of 224.1º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2E84 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1546132-
CMYK0.890.6500.48
HSL224.1º79.59%28.82%-
HSV(B)224.1º88.64%51.76%-
XYZ5.343.7222.27-
YUV46.54176.23105.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 132 (51.95% from 255) = 68.39%
R=7.77%
G=23.83%
B=68.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15461320.890.6500.48224.179.5928.82
HexF2E845941030e0501d
Octal175620413110106034012035
Binary11111011101000010010110011000001011000011100000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,46,132); }

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

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

 a { background-color: rgb(15,46,132); }

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

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

 span { border-color: rgb(15,46,132); }

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