Html Css Color HEX #083089 Smalt

📋 copy color: '#083089'

red 8 ◦ green 48 ◦ blue 137

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

Shades of Smalt #083089

Tints of Smalt #083089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 70.98%

R = 4.15%
G = 24.87%
B = 70.98%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#083089 (or 0x083089) is known color: Smalt. HEX triplet: 08, 30 and 89. RGB value is (8,48,137). Sum of RGB (Red+Green+Blue) = 8+48+137=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #083089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083089 is #F7CF76. Grayscale: #2D2D2D. Windows color (decimal): -16240503 or 8990728. OLE color: 8990728.

HSL color Cylindrical-coordinate representation of color #083089: hue angle of 221.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083089 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 48 137 -
CMYK 0.94 0.65 0 0.46
HSL 221.4º 0.89% 0.28% -
HSV(B) 221.4º 0.94% 0.54% -
XYZ 5.67 3.97 24.13 -
YUV 46.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 8 48 137 0.94 0.65 0 0.46 221.4 0.89 0.28
Hex 8 30 89 5E 41 0 2E DD 59 1C
Octal 10 60 211 136 101 0 56 335 131 34
Binary 1000 110000 10001001 1011110 1000001 0 101110 11011101 1011001 11100

Color Harmonies of #083089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083089

Black with #083089

Text Example


Text Example

White with #083089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083089; }

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

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

background-color css

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

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

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

border-color css

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

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

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