Html Css Color HEX #093C9E Smalt

📋 copy color: '#093C9E'

red 9 ◦ green 60 ◦ blue 158

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

Shades of Smalt #093C9E

Tints of Smalt #093C9E

RGB

 RED value IS 9 (3.91% from 255) = 3.96%

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

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

R = 3.96%
G = 26.43%
B = 69.6%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#093C9E (or 0x093C9E) is known color: Smalt. HEX triplet: 09, 3C and 9E. RGB value is (9,60,158). Sum of RGB (Red+Green+Blue) = 9+60+158=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #093C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C9E is #F6C361. Grayscale: #373737. Windows color (decimal): -16171874 or 10370057. OLE color: 10370057.

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

Color convert

RGB 9 60 158 -
CMYK 0.94 0.62 0 0.38
HSL 219.46º 0.89% 0.33% -
HSV(B) 219.46º 0.94% 0.62% -
XYZ 7.9 5.76 33.04 -
YUV 55.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 9 60 158 0.94 0.62 0 0.38 219.46 0.89 0.33
Hex 9 3C 9E 5E 3E 0 26 DB 59 21
Octal 11 74 236 136 76 0 46 333 131 41
Binary 1001 111100 10011110 1011110 111110 0 100110 11011011 1011001 100001

Color Harmonies of #093C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C9E

Black with #093C9E

Text Example


Text Example

White with #093C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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