Html Css Color HEX #083081 Smalt

📋 copy color: '#083081'

red 8 ◦ green 48 ◦ blue 129

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

Shades of Smalt #083081

Tints of Smalt #083081

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

 BLUE value IS 129 (50.78% from 255) = 69.73%

R = 4.32%
G = 25.95%
B = 69.73%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#083081 (or 0x083081) is known color: Smalt. HEX triplet: 08, 30 and 81. RGB value is (8,48,129). Sum of RGB (Red+Green+Blue) = 8+48+129=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #083081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083081 is #F7CF7E. Grayscale: #2C2C2C. Windows color (decimal): -16240511 or 8466440. OLE color: 8466440.

HSL color Cylindrical-coordinate representation of color #083081: hue angle of 220.17º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083081 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 48 129 -
CMYK 0.94 0.63 0 0.49
HSL 220.17º 0.88% 0.27% -
HSV(B) 220.17º 0.94% 0.51% -
XYZ 5.12 3.75 21.22 -
YUV 45.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 8 48 129 0.94 0.63 0 0.49 220.17 0.88 0.27
Hex 8 30 81 5E 3F 0 31 DC 58 1B
Octal 10 60 201 136 77 0 61 334 130 33
Binary 1000 110000 10000001 1011110 111111 0 110001 11011100 1011000 11011

Color Harmonies of #083081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083081

Black with #083081

Text Example


Text Example

White with #083081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083081; }

 p { color: rgb(8,48,129); }

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

background-color css

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

 a { background-color: rgb(8,48,129); }

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

border-color css

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

 span { border-color: rgb(8,48,129); }

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