Html Css Color HEX #083696 Smalt

📋 copy color: '#083696'

red 8 ◦ green 54 ◦ blue 150

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

Shades of Smalt #083696

Tints of Smalt #083696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

 BLUE value IS 150 (58.98% from 255) = 70.75%

R = 3.77%
G = 25.47%
B = 70.75%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#083696 (or 0x083696) is known color: Smalt. HEX triplet: 08, 36 and 96. RGB value is (8,54,150). Sum of RGB (Red+Green+Blue) = 8+54+150=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #083696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083696 is #F7C969. Grayscale: #323232. Windows color (decimal): -16238954 or 9844232. OLE color: 9844232.

HSL color Cylindrical-coordinate representation of color #083696: hue angle of 220.56º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083696 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 54 150 -
CMYK 0.95 0.64 0 0.41
HSL 220.56º 0.9% 0.31% -
HSV(B) 220.56º 0.95% 0.59% -
XYZ 6.92 4.89 29.43 -
YUV 51.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 8 54 150 0.95 0.64 0 0.41 220.56 0.9 0.31
Hex 8 36 96 5F 40 0 29 DD 5A 1F
Octal 10 66 226 137 100 0 51 335 132 37
Binary 1000 110110 10010110 1011111 1000000 0 101001 11011101 1011010 11111

Color Harmonies of #083696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083696

Black with #083696

Text Example


Text Example

White with #083696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083696; }

 p { color: rgb(8,54,150); }

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

background-color css

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

 a { background-color: rgb(8,54,150); }

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

border-color css

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

 span { border-color: rgb(8,54,150); }

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