Html Css Color HEX #083394 Smalt

📋 copy color: '#083394'

red 8 ◦ green 51 ◦ blue 148

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

Shades of Smalt #083394

Tints of Smalt #083394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 71.5%

R = 3.86%
G = 24.64%
B = 71.5%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#083394 (or 0x083394) is known color: Smalt. HEX triplet: 08, 33 and 94. RGB value is (8,51,148). Sum of RGB (Red+Green+Blue) = 8+51+148=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #083394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083394 is #F7CC6B. Grayscale: #303030. Windows color (decimal): -16239724 or 9712392. OLE color: 9712392.

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

Color convert

RGB 8 51 148 -
CMYK 0.95 0.66 0 0.42
HSL 221.57º 0.9% 0.31% -
HSV(B) 221.57º 0.95% 0.58% -
XYZ 6.63 4.56 28.55 -
YUV 49.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 8 51 148 0.95 0.66 0 0.42 221.57 0.9 0.31
Hex 8 33 94 5F 42 0 2A DE 5A 1F
Octal 10 63 224 137 102 0 52 336 132 37
Binary 1000 110011 10010100 1011111 1000010 0 101010 11011110 1011010 11111

Color Harmonies of #083394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083394

Black with #083394

Text Example


Text Example

White with #083394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083394; }

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

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

background-color css

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

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

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

border-color css

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

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

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