#0F3994

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

Shades of Smalt #0F3994

Tints of Smalt #0F3994

Color information

#0F3994 (or 0x0F3994) is unknown color: approx Smalt. HEX triplet: 0F, 39 and 94. RGB value is (15,57,148). Sum of RGB (Red+Green+Blue) = 15+57+148=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F3994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3994 is #F0C66B. Grayscale: #363636. Windows color (decimal): -15779436 or 9713935. OLE color: 9713935.

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

Color convert

RGB1557148-
CMYK0.900.6100.42
HSL221.05º81.6%31.96%-
HSV(B)221.05º89.86%58.04%-
XYZ7.015.1728.64-
YUV54.82180.5999.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 148 (58.20% from 255) = 67.27%
R=6.82%
G=25.91%
B=67.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15571480.900.6100.42221.0581.631.96
HexF39945A3D02Add5220
Octal17712241327505233512240
Binary11111110011001010010110101111010101010110111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,148); }

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

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

 a { background-color: rgb(15,57,148); }

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

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

 span { border-color: rgb(15,57,148); }

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