Html Css Color HEX #083F9B Smalt

📋 copy color: '#083F9B'

red 8 ◦ green 63 ◦ blue 155

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

Shades of Smalt #083F9B

Tints of Smalt #083F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.58%

R = 3.54%
G = 27.88%
B = 68.58%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#083F9B (or 0x083F9B) is known color: Smalt. HEX triplet: 08, 3F and 9B. RGB value is (8,63,155). Sum of RGB (Red+Green+Blue) = 8+63+155=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #083F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F9B is #F7C064. Grayscale: #383838. Windows color (decimal): -16236645 or 10174216. OLE color: 10174216.

HSL color Cylindrical-coordinate representation of color #083F9B: hue angle of 217.55º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083F9B is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 63 155 -
CMYK 0.95 0.59 0 0.39
HSL 217.55º 0.9% 0.32% -
HSV(B) 217.55º 0.95% 0.61% -
XYZ 7.79 5.97 31.75 -
YUV 57.04 183.28 93.02 -
System Red Green Blue C M Y K H S L
Decimal 8 63 155 0.95 0.59 0 0.39 217.55 0.9 0.32
Hex 8 3F 9B 5F 3B 0 27 DA 5A 20
Octal 10 77 233 137 73 0 47 332 132 40
Binary 1000 111111 10011011 1011111 111011 0 100111 11011010 1011010 100000

Color Harmonies of #083F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F9B

Black with #083F9B

Text Example


Text Example

White with #083F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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