Html Css Color HEX #082585 Smalt

📋 copy color: '#082585'

red 8 ◦ green 37 ◦ blue 133

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

Shades of Smalt #082585

Tints of Smalt #082585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

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

R = 4.49%
G = 20.79%
B = 74.72%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#082585 (or 0x082585) is known color: Smalt. HEX triplet: 08, 25 and 85. RGB value is (8,37,133). Sum of RGB (Red+Green+Blue) = 8+37+133=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #082585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082585 is #F7DA7A. Grayscale: #262626. Windows color (decimal): -16243323 or 8725768. OLE color: 8725768.

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

Color convert

RGB 8 37 133 -
CMYK 0.94 0.72 0 0.48
HSL 226.08º 0.89% 0.28% -
HSV(B) 226.08º 0.94% 0.52% -
XYZ 5 3.07 22.52 -
YUV 39.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 8 37 133 0.94 0.72 0 0.48 226.08 0.89 0.28
Hex 8 25 85 5E 48 0 30 E2 59 1C
Octal 10 45 205 136 110 0 60 342 131 34
Binary 1000 100101 10000101 1011110 1001000 0 110000 11100010 1011001 11100

Color Harmonies of #082585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082585

Black with #082585

Text Example


Text Example

White with #082585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082585; }

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

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

background-color css

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

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

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

border-color css

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

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

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