Html Css Color HEX #082795 Smalt

📋 copy color: '#082795'

red 8 ◦ green 39 ◦ blue 149

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

Shades of Smalt #082795

Tints of Smalt #082795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

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

R = 4.08%
G = 19.9%
B = 76.02%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082795 (or 0x082795) is known color: Smalt. HEX triplet: 08, 27 and 95. RGB value is (8,39,149). Sum of RGB (Red+Green+Blue) = 8+39+149=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #082795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082795 is #F7D86A. Grayscale: #292929. Windows color (decimal): -16242795 or 9774856. OLE color: 9774856.

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

Color convert

RGB 8 39 149 -
CMYK 0.95 0.74 0 0.42
HSL 226.81º 0.9% 0.31% -
HSV(B) 226.81º 0.95% 0.58% -
XYZ 6.25 3.67 28.81 -
YUV 42.27 188.23 103.56 -
System Red Green Blue C M Y K H S L
Decimal 8 39 149 0.95 0.74 0 0.42 226.81 0.9 0.31
Hex 8 27 95 5F 4A 0 2A E3 5A 1F
Octal 10 47 225 137 112 0 52 343 132 37
Binary 1000 100111 10010101 1011111 1001010 0 101010 11100011 1011010 11111

Color Harmonies of #082795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082795

Black with #082795

Text Example


Text Example

White with #082795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082795; }

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

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

background-color css

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

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

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

border-color css

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

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

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