Html Css Color HEX #083595 Smalt

📋 copy color: '#083595'

red 8 ◦ green 53 ◦ blue 149

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

Shades of Smalt #083595

Tints of Smalt #083595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.24%

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

R = 3.81%
G = 25.24%
B = 70.95%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#083595 (or 0x083595) is known color: Smalt. HEX triplet: 08, 35 and 95. RGB value is (8,53,149). Sum of RGB (Red+Green+Blue) = 8+53+149=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #083595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083595 is #F7CA6A. Grayscale: #323232. Windows color (decimal): -16239211 or 9778440. OLE color: 9778440.

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

Color convert

RGB 8 53 149 -
CMYK 0.95 0.64 0 0.42
HSL 220.85º 0.9% 0.31% -
HSV(B) 220.85º 0.95% 0.58% -
XYZ 6.8 4.77 29 -
YUV 50.49 183.59 97.69 -
System Red Green Blue C M Y K H S L
Decimal 8 53 149 0.95 0.64 0 0.42 220.85 0.9 0.31
Hex 8 35 95 5F 40 0 2A DD 5A 1F
Octal 10 65 225 137 100 0 52 335 132 37
Binary 1000 110101 10010101 1011111 1000000 0 101010 11011101 1011010 11111

Color Harmonies of #083595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083595

Black with #083595

Text Example


Text Example

White with #083595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083595; }

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

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

background-color css

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

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

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

border-color css

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

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

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