Html Css Color HEX #083283 Smalt

📋 copy color: '#083283'

red 8 ◦ green 50 ◦ blue 131

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

Shades of Smalt #083283

Tints of Smalt #083283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 69.31%

R = 4.23%
G = 26.46%
B = 69.31%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#083283 (or 0x083283) is known color: Smalt. HEX triplet: 08, 32 and 83. RGB value is (8,50,131). Sum of RGB (Red+Green+Blue) = 8+50+131=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #083283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083283 is #F7CD7C. Grayscale: #2E2E2E. Windows color (decimal): -16239997 or 8598024. OLE color: 8598024.

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

Color convert

RGB 8 50 131 -
CMYK 0.94 0.62 0 0.49
HSL 219.51º 0.88% 0.27% -
HSV(B) 219.51º 0.94% 0.51% -
XYZ 5.34 3.97 21.96 -
YUV 46.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 8 50 131 0.94 0.62 0 0.49 219.51 0.88 0.27
Hex 8 32 83 5E 3E 0 31 DC 58 1B
Octal 10 62 203 136 76 0 61 334 130 33
Binary 1000 110010 10000011 1011110 111110 0 110001 11011100 1011000 11011

Color Harmonies of #083283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083283

Black with #083283

Text Example


Text Example

White with #083283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083283; }

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

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

background-color css

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

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

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

border-color css

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

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

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