Html Css Color HEX #083C9E Smalt

📋 copy color: '#083C9E'

red 8 ◦ green 60 ◦ blue 158

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

Shades of Smalt #083C9E

Tints of Smalt #083C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69.91%

R = 3.54%
G = 26.55%
B = 69.91%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#083C9E (or 0x083C9E) is known color: Smalt. HEX triplet: 08, 3C and 9E. RGB value is (8,60,158). Sum of RGB (Red+Green+Blue) = 8+60+158=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #083C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C9E is #F7C361. Grayscale: #373737. Windows color (decimal): -16237410 or 10370056. OLE color: 10370056.

HSL color Cylindrical-coordinate representation of color #083C9E: hue angle of 219.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083C9E is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 60 158 -
CMYK 0.95 0.62 0 0.38
HSL 219.2º 0.9% 0.33% -
HSV(B) 219.2º 0.95% 0.62% -
XYZ 7.89 5.75 33.04 -
YUV 55.62 185.77 94.03 -
System Red Green Blue C M Y K H S L
Decimal 8 60 158 0.95 0.62 0 0.38 219.2 0.9 0.33
Hex 8 3C 9E 5F 3E 0 26 DB 5A 21
Octal 10 74 236 137 76 0 46 333 132 41
Binary 1000 111100 10011110 1011111 111110 0 100110 11011011 1011010 100001

Color Harmonies of #083C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C9E

Black with #083C9E

Text Example


Text Example

White with #083C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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