#0F378B

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

Shades of Smalt #0F378B

Tints of Smalt #0F378B

Color information

#0F378B (or 0x0F378B) is unknown color: approx Smalt. HEX triplet: 0F, 37 and 8B. RGB value is (15,55,139). Sum of RGB (Red+Green+Blue) = 15+55+139=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F378B is #F0C874. Grayscale: #343434. Windows color (decimal): -15779957 or 9123599. OLE color: 9123599.

HSL color Cylindrical-coordinate representation of color #0F378B: hue angle of 220.65º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F378B is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1555139-
CMYK0.890.6000.45
HSL220.65º80.52%30.2%-
HSV(B)220.65º89.21%54.51%-
XYZ6.224.725-
YUV52.62176.75101.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=7.18%
G=26.32%
B=66.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15551390.890.6000.45220.6580.5230.2
HexF378B593C02Ddd511e
Octal17672131317405533512136
Binary1111110111100010111011001111100010110111011101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,55,139); }

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

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

 a { background-color: rgb(15,55,139); }

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

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

 span { border-color: rgb(15,55,139); }

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