#0F2688

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

Shades of Smalt #0F2688

Tints of Smalt #0F2688

Color information

#0F2688 (or 0x0F2688) is unknown color: approx Smalt. HEX triplet: 0F, 26 and 88. RGB value is (15,38,136). Sum of RGB (Red+Green+Blue) = 15+38+136=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F2688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2688 is #F0D977. Grayscale: #292929. Windows color (decimal): -15784312 or 8922639. OLE color: 8922639.

HSL color Cylindrical-coordinate representation of color #0F2688: hue angle of 228.6º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2688 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1538136-
CMYK0.890.7200.47
HSL228.6º80.13%29.61%-
HSV(B)228.6º88.97%53.33%-
XYZ5.333.2723.64-
YUV42.3180.88108.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.94%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 136 (53.52% from 255) = 71.96%
R=7.94%
G=20.11%
B=71.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15381360.890.7200.47228.680.1329.61
HexF2688594802Fe5501e
Octal174621013111005734512036
Binary11111001101000100010110011001000010111111100101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,136); }

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

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

 a { background-color: rgb(15,38,136); }

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

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

 span { border-color: rgb(15,38,136); }

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