Html Css Color HEX #083D99 Smalt

📋 copy color: '#083D99'

red 8 ◦ green 61 ◦ blue 153

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

Shades of Smalt #083D99

Tints of Smalt #083D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.48%

 BLUE value IS 153 (60.16% from 255) = 68.92%

R = 3.6%
G = 27.48%
B = 68.92%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#083D99 (or 0x083D99) is known color: Smalt. HEX triplet: 08, 3D and 99. RGB value is (8,61,153). Sum of RGB (Red+Green+Blue) = 8+61+153=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #083D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D99 is #F7C266. Grayscale: #373737. Windows color (decimal): -16237159 or 10042632. OLE color: 10042632.

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

Color convert

RGB 8 61 153 -
CMYK 0.95 0.60 0 0.4
HSL 218.07º 0.9% 0.32% -
HSV(B) 218.07º 0.95% 0.6% -
XYZ 7.52 5.69 30.84 -
YUV 55.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 8 61 153 0.95 0.60 0 0.4 218.07 0.9 0.32
Hex 8 3D 99 5F 3C 0 28 DA 5A 20
Octal 10 75 231 137 74 0 50 332 132 40
Binary 1000 111101 10011001 1011111 111100 0 101000 11011010 1011010 100000

Color Harmonies of #083D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D99

Black with #083D99

Text Example


Text Example

White with #083D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,61,153); }

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

background-color css

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

 a { background-color: rgb(8,61,153); }

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

border-color css

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

 span { border-color: rgb(8,61,153); }

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