Html Css Color HEX #083385 Smalt

📋 copy color: '#083385'

red 8 ◦ green 51 ◦ blue 133

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

Shades of Smalt #083385

Tints of Smalt #083385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 4.17%
G = 26.56%
B = 69.27%

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

#083385 (or 0x083385) is known color: Smalt. HEX triplet: 08, 33 and 85. RGB value is (8,51,133). Sum of RGB (Red+Green+Blue) = 8+51+133=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #083385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083385 is #F7CC7A. Grayscale: #2F2F2F. Windows color (decimal): -16239739 or 8729352. OLE color: 8729352.

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

Color convert

RGB 8 51 133 -
CMYK 0.94 0.62 0 0.48
HSL 219.36º 0.89% 0.28% -
HSV(B) 219.36º 0.94% 0.52% -
XYZ 5.52 4.11 22.69 -
YUV 47.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 8 51 133 0.94 0.62 0 0.48 219.36 0.89 0.28
Hex 8 33 85 5E 3E 0 30 DB 59 1C
Octal 10 63 205 136 76 0 60 333 131 34
Binary 1000 110011 10000101 1011110 111110 0 110000 11011011 1011001 11100

Color Harmonies of #083385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083385

Black with #083385

Text Example


Text Example

White with #083385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083385; }

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

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

background-color css

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

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

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

border-color css

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

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

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