#083F92

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

Shades of Smalt #083F92

Tints of Smalt #083F92

Color information

#083F92 (or 0x083F92) is unknown color: approx Smalt. HEX triplet: 08, 3F and 92. RGB value is (8,63,146). Sum of RGB (Red+Green+Blue) = 8+63+146=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #083F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F92 is #F7C06D. Grayscale: #373737. Windows color (decimal): -16236654 or 9584392. OLE color: 9584392.

HSL color Cylindrical-coordinate representation of color #083F92: hue angle of 216.09º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083F92 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB863146-
CMYK0.950.5700.43
HSL216.09º89.61%30.2%-
HSV(B)216.09º94.52%57.25%-
XYZ7.075.6827.92-
YUV56.02178.7893.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 146 (57.42% from 255) = 67.28%
R=3.69%
G=29.03%
B=67.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8631460.950.5700.43216.0989.6130.2
Hex83F925F3902Bd85a1e
Octal10772221377105333013236
Binary1000111111100100101011111111001010101111011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083F92; }

 p { color: rgb(8,63,146); }

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

<style>
 a { background-color: #083F92; }

 a { background-color: rgb(8,63,146); }

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

<style>
 span { border-color: #083F92; }

 span { border-color: rgb(8,63,146); }

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