Html Css Color HEX #083992 Smalt

📋 copy color: '#083992'

red 8 ◦ green 57 ◦ blue 146

#083992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #083992

Tints of Smalt #083992

RGB

 RED value IS 8 (3.52% from 255) = 3.79%

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 146 (57.42% from 255) = 69.19%

R = 3.79%
G = 27.01%
B = 69.19%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083992 (or 0x083992) is known color: Smalt. HEX triplet: 08, 39 and 92. RGB value is (8,57,146). Sum of RGB (Red+Green+Blue) = 8+57+146=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #083992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083992 is #F7C66D. Grayscale: #343434. Windows color (decimal): -16238190 or 9582856. OLE color: 9582856.

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

Color convert

RGB 8 57 146 -
CMYK 0.95 0.61 0 0.43
HSL 218.7º 0.9% 0.3% -
HSV(B) 218.7º 0.95% 0.57% -
XYZ 6.75 5.05 27.81 -
YUV 52.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 8 57 146 0.95 0.61 0 0.43 218.7 0.9 0.3
Hex 8 39 92 5F 3D 0 2B DB 5A 1E
Octal 10 71 222 137 75 0 53 333 132 36
Binary 1000 111001 10010010 1011111 111101 0 101011 11011011 1011010 11110

Color Harmonies of #083992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083992

Black with #083992

Text Example


Text Example

White with #083992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083992; }

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

 H1.HeaderClassName
 {
   color: #083992;
 }
 .AnyTagClassName
 {
   color: #083992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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