Html Css Color HEX #082296 Smalt

📋 copy color: '#082296'

red 8 ◦ green 34 ◦ blue 150

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

Shades of Smalt #082296

Tints of Smalt #082296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

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

R = 4.17%
G = 17.71%
B = 78.13%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#082296 (or 0x082296) is known color: Smalt. HEX triplet: 08, 22 and 96. RGB value is (8,34,150). Sum of RGB (Red+Green+Blue) = 8+34+150=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #082296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082296 is #F7DD69. Grayscale: #262626. Windows color (decimal): -16244074 or 9839112. OLE color: 9839112.

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

Color convert

RGB 8 34 150 -
CMYK 0.95 0.77 0 0.41
HSL 229.01º 0.9% 0.31% -
HSV(B) 229.01º 0.95% 0.59% -
XYZ 6.18 3.4 29.18 -
YUV 39.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 8 34 150 0.95 0.77 0 0.41 229.01 0.9 0.31
Hex 8 22 96 5F 4D 0 29 E5 5A 1F
Octal 10 42 226 137 115 0 51 345 132 37
Binary 1000 100010 10010110 1011111 1001101 0 101001 11100101 1011010 11111

Color Harmonies of #082296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082296

Black with #082296

Text Example


Text Example

White with #082296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082296; }

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

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

background-color css

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

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

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

border-color css

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

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

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