Html Css Color HEX #083387 Smalt

📋 copy color: '#083387'

red 8 ◦ green 51 ◦ blue 135

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

Shades of Smalt #083387

Tints of Smalt #083387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 69.59%

R = 4.12%
G = 26.29%
B = 69.59%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083387 (or 0x083387) is known color: Smalt. HEX triplet: 08, 33 and 87. RGB value is (8,51,135). Sum of RGB (Red+Green+Blue) = 8+51+135=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #083387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083387 is #F7CC78. Grayscale: #2F2F2F. Windows color (decimal): -16239737 or 8860424. OLE color: 8860424.

HSL color Cylindrical-coordinate representation of color #083387: hue angle of 219.69º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083387 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 51 135 -
CMYK 0.94 0.62 0 0.47
HSL 219.69º 0.89% 0.28% -
HSV(B) 219.69º 0.94% 0.53% -
XYZ 5.66 4.17 23.43 -
YUV 47.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 8 51 135 0.94 0.62 0 0.47 219.69 0.89 0.28
Hex 8 33 87 5E 3E 0 2F DC 59 1C
Octal 10 63 207 136 76 0 57 334 131 34
Binary 1000 110011 10000111 1011110 111110 0 101111 11011100 1011001 11100

Color Harmonies of #083387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083387

Black with #083387

Text Example


Text Example

White with #083387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083387; }

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

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

background-color css

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

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

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

border-color css

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

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

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