Html Css Color HEX #082996 Smalt

📋 copy color: '#082996'

red 8 ◦ green 41 ◦ blue 150

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

Shades of Smalt #082996

Tints of Smalt #082996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.6%

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

R = 4.02%
G = 20.6%
B = 75.38%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#082996 (or 0x082996) is known color: Smalt. HEX triplet: 08, 29 and 96. RGB value is (8,41,150). Sum of RGB (Red+Green+Blue) = 8+41+150=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #082996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082996 is #F7D669. Grayscale: #2B2B2B. Windows color (decimal): -16242282 or 9840904. OLE color: 9840904.

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

Color convert

RGB 8 41 150 -
CMYK 0.95 0.73 0 0.41
HSL 226.06º 0.9% 0.31% -
HSV(B) 226.06º 0.95% 0.59% -
XYZ 6.4 3.84 29.26 -
YUV 43.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 8 41 150 0.95 0.73 0 0.41 226.06 0.9 0.31
Hex 8 29 96 5F 49 0 29 E2 5A 1F
Octal 10 51 226 137 111 0 51 342 132 37
Binary 1000 101001 10010110 1011111 1001001 0 101001 11100010 1011010 11111

Color Harmonies of #082996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082996

Black with #082996

Text Example


Text Example

White with #082996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082996; }

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

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

background-color css

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

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

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

border-color css

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

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

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