Html Css Color HEX #083087 Smalt

📋 copy color: '#083087'

red 8 ◦ green 48 ◦ blue 135

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

Shades of Smalt #083087

Tints of Smalt #083087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

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

R = 4.19%
G = 25.13%
B = 70.68%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083087 (or 0x083087) is known color: Smalt. HEX triplet: 08, 30 and 87. RGB value is (8,48,135). Sum of RGB (Red+Green+Blue) = 8+48+135=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 135 (53.12% from 255 or 70.68% from 191); Max value from RGB is 135 - color contains mainly: blue. Hex color #083087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083087 is #F7CF78. Grayscale: #2D2D2D. Windows color (decimal): -16240505 or 8859656. OLE color: 8859656.

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

Color convert

RGB 8 48 135 -
CMYK 0.94 0.64 0 0.47
HSL 221.1º 0.89% 0.28% -
HSV(B) 221.1º 0.94% 0.53% -
XYZ 5.53 3.91 23.39 -
YUV 45.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 8 48 135 0.94 0.64 0 0.47 221.1 0.89 0.28
Hex 8 30 87 5E 40 0 2F DD 59 1C
Octal 10 60 207 136 100 0 57 335 131 34
Binary 1000 110000 10000111 1011110 1000000 0 101111 11011101 1011001 11100

Color Harmonies of #083087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083087

Black with #083087

Text Example


Text Example

White with #083087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083087; }

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

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

background-color css

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

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

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

border-color css

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

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

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