Html Css Color HEX #083287 Smalt

📋 copy color: '#083287'

red 8 ◦ green 50 ◦ blue 135

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

Shades of Smalt #083287

Tints of Smalt #083287

RGB

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

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

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

R = 4.15%
G = 25.91%
B = 69.95%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083287 (or 0x083287) is known color: Smalt. HEX triplet: 08, 32 and 87. RGB value is (8,50,135). Sum of RGB (Red+Green+Blue) = 8+50+135=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #083287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083287 is #F7CD78. Grayscale: #2E2E2E. Windows color (decimal): -16239993 or 8860168. OLE color: 8860168.

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

Color convert

RGB 8 50 135 -
CMYK 0.94 0.63 0 0.47
HSL 220.16º 0.89% 0.28% -
HSV(B) 220.16º 0.94% 0.53% -
XYZ 5.61 4.08 23.41 -
YUV 47.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 8 50 135 0.94 0.63 0 0.47 220.16 0.89 0.28
Hex 8 32 87 5E 3F 0 2F DC 59 1C
Octal 10 62 207 136 77 0 57 334 131 34
Binary 1000 110010 10000111 1011110 111111 0 101111 11011100 1011001 11100

Color Harmonies of #083287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083287

Black with #083287

Text Example


Text Example

White with #083287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083287; }

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

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

background-color css

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

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

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

border-color css

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

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

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