Html Css Color HEX #082F85 Smalt

📋 copy color: '#082F85'

red 8 ◦ green 47 ◦ blue 133

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

Shades of Smalt #082F85

Tints of Smalt #082F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25%

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

R = 4.26%
G = 25%
B = 70.74%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#082F85 (or 0x082F85) is known color: Smalt. HEX triplet: 08, 2F and 85. RGB value is (8,47,133). Sum of RGB (Red+Green+Blue) = 8+47+133=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #082F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F85 is #F7D07A. Grayscale: #2C2C2C. Windows color (decimal): -16240763 or 8728328. OLE color: 8728328.

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

Color convert

RGB 8 47 133 -
CMYK 0.94 0.65 0 0.48
HSL 221.28º 0.89% 0.28% -
HSV(B) 221.28º 0.94% 0.52% -
XYZ 5.35 3.78 22.64 -
YUV 45.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 8 47 133 0.94 0.65 0 0.48 221.28 0.89 0.28
Hex 8 2F 85 5E 41 0 30 DD 59 1C
Octal 10 57 205 136 101 0 60 335 131 34
Binary 1000 101111 10000101 1011110 1000001 0 110000 11011101 1011001 11100

Color Harmonies of #082F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F85

Black with #082F85

Text Example


Text Example

White with #082F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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