Html Css Color HEX #083F8E Smalt

📋 copy color: '#083F8E'

red 8 ◦ green 63 ◦ blue 142

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

Shades of Smalt #083F8E

Tints of Smalt #083F8E

RGB

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

 GREEN value IS 63 (25% from 255) = 29.58%

 BLUE value IS 142 (55.86% from 255) = 66.67%

R = 3.76%
G = 29.58%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#083F8E (or 0x083F8E) is known color: Smalt. HEX triplet: 08, 3F and 8E. RGB value is (8,63,142). Sum of RGB (Red+Green+Blue) = 8+63+142=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #083F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F8E is #F7C071. Grayscale: #373737. Windows color (decimal): -16236658 or 9322248. OLE color: 9322248.

HSL color Cylindrical-coordinate representation of color #083F8E: hue angle of 215.37º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083F8E is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 63 142 -
CMYK 0.94 0.56 0 0.44
HSL 215.37º 0.89% 0.29% -
HSV(B) 215.37º 0.94% 0.56% -
XYZ 6.76 5.56 26.31 -
YUV 55.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 8 63 142 0.94 0.56 0 0.44 215.37 0.89 0.29
Hex 8 3F 8E 5E 38 0 2C D7 59 1D
Octal 10 77 216 136 70 0 54 327 131 35
Binary 1000 111111 10001110 1011110 111000 0 101100 11010111 1011001 11101

Color Harmonies of #083F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F8E

Black with #083F8E

Text Example


Text Example

White with #083F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083F8E; }

 p { color: rgb(8,63,142); }

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

background-color css

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

 a { background-color: rgb(8,63,142); }

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

border-color css

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

 span { border-color: rgb(8,63,142); }

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