#0F3082

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

Shades of Smalt #0F3082

Tints of Smalt #0F3082

Color information

#0F3082 (or 0x0F3082) is unknown color: approx Smalt. HEX triplet: 0F, 30 and 82. RGB value is (15,48,130). Sum of RGB (Red+Green+Blue) = 15+48+130=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F3082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3082 is #F0CF7D. Grayscale: #2F2F2F. Windows color (decimal): -15781758 or 8531983. OLE color: 8531983.

HSL color Cylindrical-coordinate representation of color #0F3082: hue angle of 222.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F3082 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1548130-
CMYK0.880.6300.49
HSL222.78º79.31%28.43%-
HSV(B)222.78º88.46%50.98%-
XYZ5.283.8321.58-
YUV47.48174.57104.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 130 (51.17% from 255) = 67.36%
R=7.77%
G=24.87%
B=67.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15481300.880.6300.49222.7879.3128.43
HexF3082583F031df4f1c
Octal17602021307706133711734
Binary1111110000100000101011000111111011000111011111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,130); }

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

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

 a { background-color: rgb(15,48,130); }

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

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

 span { border-color: rgb(15,48,130); }

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