Html Css Color HEX #083B9D Smalt

📋 copy color: '#083B9D'

red 8 ◦ green 59 ◦ blue 157

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

Shades of Smalt #083B9D

Tints of Smalt #083B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.34%

 BLUE value IS 157 (61.72% from 255) = 70.09%

R = 3.57%
G = 26.34%
B = 70.09%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#083B9D (or 0x083B9D) is known color: Smalt. HEX triplet: 08, 3B and 9D. RGB value is (8,59,157). Sum of RGB (Red+Green+Blue) = 8+59+157=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #083B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083B9D is #F7C462. Grayscale: #363636. Windows color (decimal): -16237667 or 10304264. OLE color: 10304264.

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

Color convert

RGB 8 59 157 -
CMYK 0.95 0.62 0 0.38
HSL 219.46º 0.9% 0.32% -
HSV(B) 219.46º 0.95% 0.62% -
XYZ 7.75 5.61 32.57 -
YUV 54.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 8 59 157 0.95 0.62 0 0.38 219.46 0.9 0.32
Hex 8 3B 9D 5F 3E 0 26 DB 5A 20
Octal 10 73 235 137 76 0 46 333 132 40
Binary 1000 111011 10011101 1011111 111110 0 100110 11011011 1011010 100000

Color Harmonies of #083B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B9D

Black with #083B9D

Text Example


Text Example

White with #083B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,59,157); }

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

background-color css

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

 a { background-color: rgb(8,59,157); }

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

border-color css

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

 span { border-color: rgb(8,59,157); }

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