Html Css Color HEX #082285 Smalt

📋 copy color: '#082285'

red 8 ◦ green 34 ◦ blue 133

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

Shades of Smalt #082285

Tints of Smalt #082285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 76%

R = 4.57%
G = 19.43%
B = 76%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#082285 (or 0x082285) is known color: Smalt. HEX triplet: 08, 22 and 85. RGB value is (8,34,133). Sum of RGB (Red+Green+Blue) = 8+34+133=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #082285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082285 is #F7DD7A. Grayscale: #252525. Windows color (decimal): -16244091 or 8725000. OLE color: 8725000.

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

Color convert

RGB 8 34 133 -
CMYK 0.94 0.74 0 0.48
HSL 227.52º 0.89% 0.28% -
HSV(B) 227.52º 0.94% 0.52% -
XYZ 4.91 2.89 22.49 -
YUV 37.51 181.89 106.95 -
System Red Green Blue C M Y K H S L
Decimal 8 34 133 0.94 0.74 0 0.48 227.52 0.89 0.28
Hex 8 22 85 5E 4A 0 30 E4 59 1C
Octal 10 42 205 136 112 0 60 344 131 34
Binary 1000 100010 10000101 1011110 1001010 0 110000 11100100 1011001 11100

Color Harmonies of #082285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082285

Black with #082285

Text Example


Text Example

White with #082285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082285; }

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

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

background-color css

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

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

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

border-color css

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

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

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