Html Css Color HEX #083C90 Smalt

📋 copy color: '#083C90'

red 8 ◦ green 60 ◦ blue 144

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

Shades of Smalt #083C90

Tints of Smalt #083C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 3.77%
G = 28.3%
B = 67.92%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#083C90 (or 0x083C90) is known color: Smalt. HEX triplet: 08, 3C and 90. RGB value is (8,60,144). Sum of RGB (Red+Green+Blue) = 8+60+144=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #083C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C90 is #F7C36F. Grayscale: #353535. Windows color (decimal): -16237424 or 9452552. OLE color: 9452552.

HSL color Cylindrical-coordinate representation of color #083C90: hue angle of 217.06º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083C90 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 60 144 -
CMYK 0.94 0.58 0 0.44
HSL 217.06º 0.89% 0.3% -
HSV(B) 217.06º 0.94% 0.56% -
XYZ 6.75 5.3 27.05 -
YUV 54.03 178.77 95.17 -
System Red Green Blue C M Y K H S L
Decimal 8 60 144 0.94 0.58 0 0.44 217.06 0.89 0.3
Hex 8 3C 90 5E 3A 0 2C D9 59 1E
Octal 10 74 220 136 72 0 54 331 131 36
Binary 1000 111100 10010000 1011110 111010 0 101100 11011001 1011001 11110

Color Harmonies of #083C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C90

Black with #083C90

Text Example


Text Example

White with #083C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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