#082693

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

Shades of Smalt #082693

Tints of Smalt #082693

Color information

#082693 (or 0x082693) is unknown color: approx Smalt. HEX triplet: 08, 26 and 93. RGB value is (8,38,147). Sum of RGB (Red+Green+Blue) = 8+38+147=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #082693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082693 is #F7D96C. Grayscale: #282828. Windows color (decimal): -16243053 or 9643528. OLE color: 9643528.

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

Color convert

RGB838147-
CMYK0.950.7400.42
HSL227.05º89.68%30.39%-
HSV(B)227.05º94.56%57.65%-
XYZ6.063.5427.97-
YUV41.46187.56104.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 147 (57.81% from 255) = 76.17%
R=4.15%
G=19.69%
B=76.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8381470.950.7400.42227.0589.6830.39
Hex826935F4A02Ae35a1e
Octal104622313711205234313236
Binary10001001101001001110111111001010010101011100011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082693; }

 p { color: rgb(8,38,147); }

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

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

 a { background-color: rgb(8,38,147); }

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

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

 span { border-color: rgb(8,38,147); }

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