Html Css Color HEX #083B9C Smalt

📋 copy color: '#083B9C'

red 8 ◦ green 59 ◦ blue 156

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

Shades of Smalt #083B9C

Tints of Smalt #083B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.96%

R = 3.59%
G = 26.46%
B = 69.96%

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

#083B9C (or 0x083B9C) is known color: Smalt. HEX triplet: 08, 3B and 9C. RGB value is (8,59,156). Sum of RGB (Red+Green+Blue) = 8+59+156=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #083B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083B9C is #F7C463. Grayscale: #363636. Windows color (decimal): -16237668 or 10238728. OLE color: 10238728.

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

Color convert

RGB 8 59 156 -
CMYK 0.95 0.62 0 0.39
HSL 219.32º 0.9% 0.32% -
HSV(B) 219.32º 0.95% 0.61% -
XYZ 7.66 5.58 32.13 -
YUV 54.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 8 59 156 0.95 0.62 0 0.39 219.32 0.9 0.32
Hex 8 3B 9C 5F 3E 0 27 DB 5A 20
Octal 10 73 234 137 76 0 47 333 132 40
Binary 1000 111011 10011100 1011111 111110 0 100111 11011011 1011010 100000

Color Harmonies of #083B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B9C

Black with #083B9C

Text Example


Text Example

White with #083B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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