Html Css Color HEX #083795 Smalt

📋 copy color: '#083795'

red 8 ◦ green 55 ◦ blue 149

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

Shades of Smalt #083795

Tints of Smalt #083795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 3.77%
G = 25.94%
B = 70.28%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#083795 (or 0x083795) is known color: Smalt. HEX triplet: 08, 37 and 95. RGB value is (8,55,149). Sum of RGB (Red+Green+Blue) = 8+55+149=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #083795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083795 is #F7C86A. Grayscale: #333333. Windows color (decimal): -16238699 or 9778952. OLE color: 9778952.

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

Color convert

RGB 8 55 149 -
CMYK 0.95 0.63 0 0.42
HSL 220º 0.9% 0.31% -
HSV(B) 220º 0.95% 0.58% -
XYZ 6.89 4.95 29.03 -
YUV 51.66 182.93 96.86 -
System Red Green Blue C M Y K H S L
Decimal 8 55 149 0.95 0.63 0 0.42 220 0.9 0.31
Hex 8 37 95 5F 3F 0 2A DC 5A 1F
Octal 10 67 225 137 77 0 52 334 132 37
Binary 1000 110111 10010101 1011111 111111 0 101010 11011100 1011010 11111

Color Harmonies of #083795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083795

Black with #083795

Text Example


Text Example

White with #083795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083795; }

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

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

background-color css

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

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

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

border-color css

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

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

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