Html Css Color HEX #082085 Smalt

📋 copy color: '#082085'

red 8 ◦ green 32 ◦ blue 133

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

Shades of Smalt #082085

Tints of Smalt #082085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

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

R = 4.62%
G = 18.5%
B = 76.88%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#082085 (or 0x082085) is known color: Smalt. HEX triplet: 08, 20 and 85. RGB value is (8,32,133). Sum of RGB (Red+Green+Blue) = 8+32+133=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #082085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082085 is #F7DF7A. Grayscale: #232323. Windows color (decimal): -16244603 or 8724488. OLE color: 8724488.

HSL color Cylindrical-coordinate representation of color #082085: hue angle of 228.48º 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 #082085 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 32 133 -
CMYK 0.94 0.76 0 0.48
HSL 228.48º 0.89% 0.28% -
HSV(B) 228.48º 0.94% 0.52% -
XYZ 4.85 2.78 22.47 -
YUV 36.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 8 32 133 0.94 0.76 0 0.48 228.48 0.89 0.28
Hex 8 20 85 5E 4C 0 30 E4 59 1C
Octal 10 40 205 136 114 0 60 344 131 34
Binary 1000 100000 10000101 1011110 1001100 0 110000 11100100 1011001 11100

Color Harmonies of #082085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082085

Black with #082085

Text Example


Text Example

White with #082085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082085; }

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

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

background-color css

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

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

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

border-color css

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

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

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