Html Css Color HEX #083F9F Smalt

📋 copy color: '#083F9F'

red 8 ◦ green 63 ◦ blue 159

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

Shades of Smalt #083F9F

Tints of Smalt #083F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 69.13%

R = 3.48%
G = 27.39%
B = 69.13%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#083F9F (or 0x083F9F) is known color: Smalt. HEX triplet: 08, 3F and 9F. RGB value is (8,63,159). Sum of RGB (Red+Green+Blue) = 8+63+159=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #083F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F9F is #F7C060. Grayscale: #393939. Windows color (decimal): -16236641 or 10436360. OLE color: 10436360.

HSL color Cylindrical-coordinate representation of color #083F9F: hue angle of 218.15º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083F9F is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 63 159 -
CMYK 0.95 0.60 0 0.38
HSL 218.15º 0.9% 0.33% -
HSV(B) 218.15º 0.95% 0.62% -
XYZ 8.14 6.11 33.55 -
YUV 57.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 8 63 159 0.95 0.60 0 0.38 218.15 0.9 0.33
Hex 8 3F 9F 5F 3C 0 26 DA 5A 21
Octal 10 77 237 137 74 0 46 332 132 41
Binary 1000 111111 10011111 1011111 111100 0 100110 11011010 1011010 100001

Color Harmonies of #083F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F9F

Black with #083F9F

Text Example


Text Example

White with #083F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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