Html Css Color HEX #083894 Smalt

📋 copy color: '#083894'

red 8 ◦ green 56 ◦ blue 148

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

Shades of Smalt #083894

Tints of Smalt #083894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

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

R = 3.77%
G = 26.42%
B = 69.81%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#083894 (or 0x083894) is known color: Smalt. HEX triplet: 08, 38 and 94. RGB value is (8,56,148). Sum of RGB (Red+Green+Blue) = 8+56+148=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #083894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083894 is #F7C76B. Grayscale: #333333. Windows color (decimal): -16238444 or 9713672. OLE color: 9713672.

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

Color convert

RGB 8 56 148 -
CMYK 0.95 0.62 0 0.42
HSL 219.43º 0.9% 0.31% -
HSV(B) 219.43º 0.95% 0.58% -
XYZ 6.86 5.02 28.62 -
YUV 52.14 182.1 96.52 -
System Red Green Blue C M Y K H S L
Decimal 8 56 148 0.95 0.62 0 0.42 219.43 0.9 0.31
Hex 8 38 94 5F 3E 0 2A DB 5A 1F
Octal 10 70 224 137 76 0 52 333 132 37
Binary 1000 111000 10010100 1011111 111110 0 101010 11011011 1011010 11111

Color Harmonies of #083894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083894

Black with #083894

Text Example


Text Example

White with #083894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083894; }

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

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

background-color css

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

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

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

border-color css

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

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

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