Html Css Color HEX #083285 Smalt

📋 copy color: '#083285'

red 8 ◦ green 50 ◦ blue 133

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

Shades of Smalt #083285

Tints of Smalt #083285

RGB

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

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

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

R = 4.19%
G = 26.18%
B = 69.63%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#083285 (or 0x083285) is known color: Smalt. HEX triplet: 08, 32 and 85. RGB value is (8,50,133). Sum of RGB (Red+Green+Blue) = 8+50+133=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #083285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083285 is #F7CD7A. Grayscale: #2E2E2E. Windows color (decimal): -16239995 or 8729096. OLE color: 8729096.

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

Color convert

RGB 8 50 133 -
CMYK 0.94 0.62 0 0.48
HSL 219.84º 0.89% 0.28% -
HSV(B) 219.84º 0.94% 0.52% -
XYZ 5.47 4.03 22.68 -
YUV 46.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 8 50 133 0.94 0.62 0 0.48 219.84 0.89 0.28
Hex 8 32 85 5E 3E 0 30 DC 59 1C
Octal 10 62 205 136 76 0 60 334 131 34
Binary 1000 110010 10000101 1011110 111110 0 110000 11011100 1011001 11100

Color Harmonies of #083285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083285

Black with #083285

Text Example


Text Example

White with #083285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083285; }

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

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

background-color css

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

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

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

border-color css

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

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

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