#0f278d

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

Shades of Smalt #0F278D

Tints of Smalt #0F278D

Color information

#0F278D (or 0x0F278D) is unknown color: approx Smalt. HEX triplet: 0F, 27 and 8D. RGB value is (15,39,141). Sum of RGB (Red+Green+Blue) = 15+39+141=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F278D is #F0D872. Grayscale: #2B2B2B. Windows color (decimal): -15784051 or 9250575. OLE color: 9250575.

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

Color convert

RGB1539141-
CMYK0.890.7200.45
HSL228.57º80.77%30.59%-
HSV(B)228.57º89.36%55.29%-
XYZ5.733.4825.57-
YUV43.45183.05107.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 141 (55.47% from 255) = 72.31%
R=7.69%
G=20%
B=72.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15391410.890.7200.45228.5780.7730.59
HexF278D594802De5511f
Octal174721513111005534512137
Binary11111001111000110110110011001000010110111100101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f278d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,141); }

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

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

 a { background-color: rgb(15,39,141); }

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

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

 span { border-color: rgb(15,39,141); }

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