Html Css Color HEX #082595 Smalt

📋 copy color: '#082595'

red 8 ◦ green 37 ◦ blue 149

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

Shades of Smalt #082595

Tints of Smalt #082595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

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

R = 4.12%
G = 19.07%
B = 76.8%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082595 (or 0x082595) is known color: Smalt. HEX triplet: 08, 25 and 95. RGB value is (8,37,149). Sum of RGB (Red+Green+Blue) = 8+37+149=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #082595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082595 is #F7DA6A. Grayscale: #282828. Windows color (decimal): -16243307 or 9774344. OLE color: 9774344.

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

Color convert

RGB 8 37 149 -
CMYK 0.95 0.75 0 0.42
HSL 227.66º 0.9% 0.31% -
HSV(B) 227.66º 0.95% 0.58% -
XYZ 6.19 3.54 28.79 -
YUV 41.1 188.89 104.39 -
System Red Green Blue C M Y K H S L
Decimal 8 37 149 0.95 0.75 0 0.42 227.66 0.9 0.31
Hex 8 25 95 5F 4B 0 2A E4 5A 1F
Octal 10 45 225 137 113 0 52 344 132 37
Binary 1000 100101 10010101 1011111 1001011 0 101010 11100100 1011010 11111

Color Harmonies of #082595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082595

Black with #082595

Text Example


Text Example

White with #082595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082595; }

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

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

background-color css

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

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

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

border-color css

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

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

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