Html Css Color HEX #093E9E Smalt

📋 copy color: '#093E9E'

red 9 ◦ green 62 ◦ blue 158

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

Shades of Smalt #093E9E

Tints of Smalt #093E9E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 3.93%
G = 27.07%
B = 69%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#093E9E (or 0x093E9E) is known color: Smalt. HEX triplet: 09, 3E and 9E. RGB value is (9,62,158). Sum of RGB (Red+Green+Blue) = 9+62+158=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #093E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E9E is #F6C161. Grayscale: #383838. Windows color (decimal): -16171362 or 10370569. OLE color: 10370569.

HSL color Cylindrical-coordinate representation of color #093E9E: hue angle of 218.66º 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 #093E9E is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 62 158 -
CMYK 0.94 0.61 0 0.38
HSL 218.66º 0.89% 0.33% -
HSV(B) 218.66º 0.94% 0.62% -
XYZ 8.01 5.97 33.08 -
YUV 57.1 184.94 93.69 -
System Red Green Blue C M Y K H S L
Decimal 9 62 158 0.94 0.61 0 0.38 218.66 0.89 0.33
Hex 9 3E 9E 5E 3D 0 26 DB 59 21
Octal 11 76 236 136 75 0 46 333 131 41
Binary 1001 111110 10011110 1011110 111101 0 100110 11011011 1011001 100001

Color Harmonies of #093E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E9E

Black with #093E9E

Text Example


Text Example

White with #093E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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