Html Css Color HEX #083B9B Smalt

📋 copy color: '#083B9B'

red 8 ◦ green 59 ◦ blue 155

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

Shades of Smalt #083B9B

Tints of Smalt #083B9B

RGB

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

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

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

R = 3.6%
G = 26.58%
B = 69.82%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#083B9B (or 0x083B9B) is known color: Smalt. HEX triplet: 08, 3B and 9B. RGB value is (8,59,155). Sum of RGB (Red+Green+Blue) = 8+59+155=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #083B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083B9B is #F7C464. Grayscale: #363636. Windows color (decimal): -16237669 or 10173192. OLE color: 10173192.

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

Color convert

RGB 8 59 155 -
CMYK 0.95 0.62 0 0.39
HSL 219.18º 0.9% 0.32% -
HSV(B) 219.18º 0.95% 0.61% -
XYZ 7.58 5.55 31.68 -
YUV 54.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 8 59 155 0.95 0.62 0 0.39 219.18 0.9 0.32
Hex 8 3B 9B 5F 3E 0 27 DB 5A 20
Octal 10 73 233 137 76 0 47 333 132 40
Binary 1000 111011 10011011 1011111 111110 0 100111 11011011 1011010 100000

Color Harmonies of #083B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B9B

Black with #083B9B

Text Example


Text Example

White with #083B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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