Html Css Color HEX #083F9E Smalt

📋 copy color: '#083F9E'

red 8 ◦ green 63 ◦ blue 158

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

Shades of Smalt #083F9E

Tints of Smalt #083F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69%

R = 3.49%
G = 27.51%
B = 69%

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

#083F9E (or 0x083F9E) is known color: Smalt. HEX triplet: 08, 3F and 9E. RGB value is (8,63,158). Sum of RGB (Red+Green+Blue) = 8+63+158=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #083F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F9E is #F7C061. Grayscale: #383838. Windows color (decimal): -16236642 or 10370824. OLE color: 10370824.

HSL color Cylindrical-coordinate representation of color #083F9E: hue angle of 218º 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 #083F9E is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 63 158 -
CMYK 0.95 0.60 0 0.38
HSL 218º 0.9% 0.33% -
HSV(B) 218º 0.95% 0.62% -
XYZ 8.05 6.08 33.1 -
YUV 57.39 184.78 92.78 -
System Red Green Blue C M Y K H S L
Decimal 8 63 158 0.95 0.60 0 0.38 218 0.9 0.33
Hex 8 3F 9E 5F 3C 0 26 DA 5A 21
Octal 10 77 236 137 74 0 46 332 132 41
Binary 1000 111111 10011110 1011111 111100 0 100110 11011010 1011010 100001

Color Harmonies of #083F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F9E

Black with #083F9E

Text Example


Text Example

White with #083F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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