#083792

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

Shades of Smalt #083792

Tints of Smalt #083792

Color information

#083792 (or 0x083792) is unknown color: approx Smalt. HEX triplet: 08, 37 and 92. RGB value is (8,55,146). Sum of RGB (Red+Green+Blue) = 8+55+146=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #083792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083792 is #F7C86D. Grayscale: #323232. Windows color (decimal): -16238702 or 9582344. OLE color: 9582344.

HSL color Cylindrical-coordinate representation of color #083792: hue angle of 219.57º 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 #083792 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB855146-
CMYK0.950.6200.43
HSL219.57º89.61%30.2%-
HSV(B)219.57º94.52%57.25%-
XYZ6.654.8627.78-
YUV51.32181.4397.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 146 (57.42% from 255) = 69.86%
R=3.83%
G=26.32%
B=69.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8551460.950.6200.43219.5789.6130.2
Hex837925F3E02Bdc5a1e
Octal10672221377605333413236
Binary1000110111100100101011111111110010101111011100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083792; }

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

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

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

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

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

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

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

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