Html Css Color HEX #082289 Smalt

📋 copy color: '#082289'

red 8 ◦ green 34 ◦ blue 137

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

Shades of Smalt #082289

Tints of Smalt #082289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 76.54%

R = 4.47%
G = 18.99%
B = 76.54%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#082289 (or 0x082289) is known color: Smalt. HEX triplet: 08, 22 and 89. RGB value is (8,34,137). Sum of RGB (Red+Green+Blue) = 8+34+137=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 137 (53.91% from 255 or 76.54% from 179); Max value from RGB is 137 - color contains mainly: blue. Hex color #082289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082289 is #F7DD76. Grayscale: #252525. Windows color (decimal): -16244087 or 8987144. OLE color: 8987144.

HSL color Cylindrical-coordinate representation of color #082289: hue angle of 227.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082289 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 34 137 -
CMYK 0.94 0.75 0 0.46
HSL 227.91º 0.89% 0.28% -
HSV(B) 227.91º 0.94% 0.54% -
XYZ 5.19 3 23.97 -
YUV 37.97 183.89 106.62 -
System Red Green Blue C M Y K H S L
Decimal 8 34 137 0.94 0.75 0 0.46 227.91 0.89 0.28
Hex 8 22 89 5E 4B 0 2E E4 59 1C
Octal 10 42 211 136 113 0 56 344 131 34
Binary 1000 100010 10001001 1011110 1001011 0 101110 11100100 1011001 11100

Color Harmonies of #082289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082289

Black with #082289

Text Example


Text Example

White with #082289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082289; }

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

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

background-color css

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

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

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

border-color css

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

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

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