Html Css Color HEX #083289 Smalt

📋 copy color: '#083289'

red 8 ◦ green 50 ◦ blue 137

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

Shades of Smalt #083289

Tints of Smalt #083289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 4.1%
G = 25.64%
B = 70.26%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#083289 (or 0x083289) is known color: Smalt. HEX triplet: 08, 32 and 89. RGB value is (8,50,137). Sum of RGB (Red+Green+Blue) = 8+50+137=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #083289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083289 is #F7CD76. Grayscale: #2E2E2E. Windows color (decimal): -16239991 or 8991240. OLE color: 8991240.

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

Color convert

RGB 8 50 137 -
CMYK 0.94 0.64 0 0.46
HSL 220.47º 0.89% 0.28% -
HSV(B) 220.47º 0.94% 0.54% -
XYZ 5.76 4.14 24.16 -
YUV 47.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 8 50 137 0.94 0.64 0 0.46 220.47 0.89 0.28
Hex 8 32 89 5E 40 0 2E DC 59 1C
Octal 10 62 211 136 100 0 56 334 131 34
Binary 1000 110010 10001001 1011110 1000000 0 101110 11011100 1011001 11100

Color Harmonies of #083289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083289

Black with #083289

Text Example


Text Example

White with #083289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083289; }

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

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

background-color css

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

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

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

border-color css

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

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

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