#0F4298

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

Shades of Smalt #0F4298

Tints of Smalt #0F4298

Color information

#0F4298 (or 0x0F4298) is unknown color: approx Smalt. HEX triplet: 0F, 42 and 98. RGB value is (15,66,152). Sum of RGB (Red+Green+Blue) = 15+66+152=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F4298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4298 is #F0BD67. Grayscale: #3C3C3C. Windows color (decimal): -15777128 or 9978383. OLE color: 9978383.

HSL color Cylindrical-coordinate representation of color #0F4298: hue angle of 217.66º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4298 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1566152-
CMYK0.900.5700.40
HSL217.66º82.04%32.75%-
HSV(B)217.66º90.13%59.61%-
XYZ7.816.2630.5-
YUV60.55179.695.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.44%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 152 (59.77% from 255) = 65.24%
R=6.44%
G=28.33%
B=65.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15661520.900.5700.40217.6682.0432.75
HexF42985A39028da5221
Octal171022301327105033212241
Binary111110000101001100010110101110010101000110110101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,152); }

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

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

 a { background-color: rgb(15,66,152); }

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

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

 span { border-color: rgb(15,66,152); }

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