Html Css Color HEX #083485 Smalt

📋 copy color: '#083485'

red 8 ◦ green 52 ◦ blue 133

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

Shades of Smalt #083485

Tints of Smalt #083485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

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

R = 4.15%
G = 26.94%
B = 68.91%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#083485 (or 0x083485) is known color: Smalt. HEX triplet: 08, 34 and 85. RGB value is (8,52,133). Sum of RGB (Red+Green+Blue) = 8+52+133=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #083485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083485 is #F7CB7A. Grayscale: #2F2F2F. Windows color (decimal): -16239483 or 8729608. OLE color: 8729608.

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

Color convert

RGB 8 52 133 -
CMYK 0.94 0.61 0 0.48
HSL 218.88º 0.89% 0.28% -
HSV(B) 218.88º 0.94% 0.52% -
XYZ 5.56 4.2 22.71 -
YUV 48.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 8 52 133 0.94 0.61 0 0.48 218.88 0.89 0.28
Hex 8 34 85 5E 3D 0 30 DB 59 1C
Octal 10 64 205 136 75 0 60 333 131 34
Binary 1000 110100 10000101 1011110 111101 0 110000 11011011 1011001 11100

Color Harmonies of #083485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083485

Black with #083485

Text Example


Text Example

White with #083485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083485; }

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

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

background-color css

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

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

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

border-color css

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

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

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