Html Css Color HEX #083C99 Smalt

📋 copy color: '#083C99'

red 8 ◦ green 60 ◦ blue 153

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

Shades of Smalt #083C99

Tints of Smalt #083C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.15%

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

R = 3.62%
G = 27.15%
B = 69.23%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#083C99 (or 0x083C99) is known color: Smalt. HEX triplet: 08, 3C and 99. RGB value is (8,60,153). Sum of RGB (Red+Green+Blue) = 8+60+153=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #083C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C99 is #F7C366. Grayscale: #363636. Windows color (decimal): -16237415 or 10042376. OLE color: 10042376.

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

Color convert

RGB 8 60 153 -
CMYK 0.95 0.61 0 0.4
HSL 218.48º 0.9% 0.32% -
HSV(B) 218.48º 0.95% 0.6% -
XYZ 7.47 5.58 30.82 -
YUV 55.05 183.27 94.44 -
System Red Green Blue C M Y K H S L
Decimal 8 60 153 0.95 0.61 0 0.4 218.48 0.9 0.32
Hex 8 3C 99 5F 3D 0 28 DA 5A 20
Octal 10 74 231 137 75 0 50 332 132 40
Binary 1000 111100 10011001 1011111 111101 0 101000 11011010 1011010 100000

Color Harmonies of #083C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C99

Black with #083C99

Text Example


Text Example

White with #083C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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