Html Css Color HEX #083096 Smalt

📋 copy color: '#083096'

red 8 ◦ green 48 ◦ blue 150

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

Shades of Smalt #083096

Tints of Smalt #083096

RGB

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

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

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

R = 3.88%
G = 23.3%
B = 72.82%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#083096 (or 0x083096) is known color: Smalt. HEX triplet: 08, 30 and 96. RGB value is (8,48,150). Sum of RGB (Red+Green+Blue) = 8+48+150=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #083096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083096 is #F7CF69. Grayscale: #2F2F2F. Windows color (decimal): -16240490 or 9842696. OLE color: 9842696.

HSL color Cylindrical-coordinate representation of color #083096: hue angle of 223.1º 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 #083096 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 48 150 -
CMYK 0.95 0.68 0 0.41
HSL 223.1º 0.9% 0.31% -
HSV(B) 223.1º 0.95% 0.59% -
XYZ 6.66 4.37 29.35 -
YUV 47.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 8 48 150 0.95 0.68 0 0.41 223.1 0.9 0.31
Hex 8 30 96 5F 44 0 29 DF 5A 1F
Octal 10 60 226 137 104 0 51 337 132 37
Binary 1000 110000 10010110 1011111 1000100 0 101001 11011111 1011010 11111

Color Harmonies of #083096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083096

Black with #083096

Text Example


Text Example

White with #083096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083096; }

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

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

background-color css

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

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

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

border-color css

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

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

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