#083598

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

Shades of Smalt #083598

Tints of Smalt #083598

Color information

#083598 (or 0x083598) is unknown color: approx Smalt. HEX triplet: 08, 35 and 98. RGB value is (8,53,152). Sum of RGB (Red+Green+Blue) = 8+53+152=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #083598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083598 is #F7CA67. Grayscale: #323232. Windows color (decimal): -16239208 or 9975048. OLE color: 9975048.

HSL color Cylindrical-coordinate representation of color #083598: hue angle of 221.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083598 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB853152-
CMYK0.950.6500.40
HSL221.25º90%31.37%-
HSV(B)221.25º94.74%59.61%-
XYZ7.044.8630.27-
YUV50.83185.0997.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 152 (59.77% from 255) = 71.36%
R=3.76%
G=24.88%
B=71.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8531520.950.6500.40221.259031.37
Hex835985F41028dd5a1f
Octal106523013710105033513237
Binary10001101011001100010111111000001010100011011101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083598; }

 p { color: rgb(8,53,152); }

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

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

 a { background-color: rgb(8,53,152); }

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

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

 span { border-color: rgb(8,53,152); }

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