Html Css Color HEX #082796 Smalt

📋 copy color: '#082796'

red 8 ◦ green 39 ◦ blue 150

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

Shades of Smalt #082796

Tints of Smalt #082796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 76.14%

R = 4.06%
G = 19.8%
B = 76.14%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#082796 (or 0x082796) is known color: Smalt. HEX triplet: 08, 27 and 96. RGB value is (8,39,150). Sum of RGB (Red+Green+Blue) = 8+39+150=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #082796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082796 is #F7D869. Grayscale: #292929. Windows color (decimal): -16242794 or 9840392. OLE color: 9840392.

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

Color convert

RGB 8 39 150 -
CMYK 0.95 0.74 0 0.41
HSL 226.9º 0.9% 0.31% -
HSV(B) 226.9º 0.95% 0.59% -
XYZ 6.33 3.7 29.24 -
YUV 42.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 8 39 150 0.95 0.74 0 0.41 226.9 0.9 0.31
Hex 8 27 96 5F 4A 0 29 E3 5A 1F
Octal 10 47 226 137 112 0 51 343 132 37
Binary 1000 100111 10010110 1011111 1001010 0 101001 11100011 1011010 11111

Color Harmonies of #082796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082796

Black with #082796

Text Example


Text Example

White with #082796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082796; }

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

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

background-color css

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

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

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

border-color css

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

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

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