Html Css Color HEX #082985 Smalt

📋 copy color: '#082985'

red 8 ◦ green 41 ◦ blue 133

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

Shades of Smalt #082985

Tints of Smalt #082985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

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

R = 4.4%
G = 22.53%
B = 73.08%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#082985 (or 0x082985) is known color: Smalt. HEX triplet: 08, 29 and 85. RGB value is (8,41,133). Sum of RGB (Red+Green+Blue) = 8+41+133=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #082985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082985 is #F7D67A. Grayscale: #292929. Windows color (decimal): -16242299 or 8726792. OLE color: 8726792.

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

Color convert

RGB 8 41 133 -
CMYK 0.94 0.69 0 0.48
HSL 224.16º 0.89% 0.28% -
HSV(B) 224.16º 0.94% 0.52% -
XYZ 5.13 3.33 22.56 -
YUV 41.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 8 41 133 0.94 0.69 0 0.48 224.16 0.89 0.28
Hex 8 29 85 5E 45 0 30 E0 59 1C
Octal 10 51 205 136 105 0 60 340 131 34
Binary 1000 101001 10000101 1011110 1000101 0 110000 11100000 1011001 11100

Color Harmonies of #082985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082985

Black with #082985

Text Example


Text Example

White with #082985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082985; }

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

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

background-color css

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

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

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

border-color css

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

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

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