Html Css Color HEX #082785 Smalt

📋 copy color: '#082785'

red 8 ◦ green 39 ◦ blue 133

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

Shades of Smalt #082785

Tints of Smalt #082785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

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

R = 4.44%
G = 21.67%
B = 73.89%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#082785 (or 0x082785) is known color: Smalt. HEX triplet: 08, 27 and 85. RGB value is (8,39,133). Sum of RGB (Red+Green+Blue) = 8+39+133=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #082785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082785 is #F7D87A. Grayscale: #282828. Windows color (decimal): -16242811 or 8726280. OLE color: 8726280.

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

Color convert

RGB 8 39 133 -
CMYK 0.94 0.71 0 0.48
HSL 225.12º 0.89% 0.28% -
HSV(B) 225.12º 0.94% 0.52% -
XYZ 5.06 3.2 22.54 -
YUV 40.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 8 39 133 0.94 0.71 0 0.48 225.12 0.89 0.28
Hex 8 27 85 5E 47 0 30 E1 59 1C
Octal 10 47 205 136 107 0 60 341 131 34
Binary 1000 100111 10000101 1011110 1000111 0 110000 11100001 1011001 11100

Color Harmonies of #082785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082785

Black with #082785

Text Example


Text Example

White with #082785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082785; }

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

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

background-color css

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

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

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

border-color css

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

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

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