Html Css Color HEX #093B9F Smalt

📋 copy color: '#093B9F'

red 9 ◦ green 59 ◦ blue 159

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

Shades of Smalt #093B9F

Tints of Smalt #093B9F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 3.96%
G = 25.99%
B = 70.04%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#093B9F (or 0x093B9F) is known color: Smalt. HEX triplet: 09, 3B and 9F. RGB value is (9,59,159). Sum of RGB (Red+Green+Blue) = 9+59+159=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #093B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093B9F is #F6C460. Grayscale: #373737. Windows color (decimal): -16172129 or 10435337. OLE color: 10435337.

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

Color convert

RGB 9 59 159 -
CMYK 0.94 0.63 0 0.38
HSL 220º 0.89% 0.33% -
HSV(B) 220º 0.94% 0.62% -
XYZ 7.93 5.69 33.48 -
YUV 55.45 186.44 94.87 -
System Red Green Blue C M Y K H S L
Decimal 9 59 159 0.94 0.63 0 0.38 220 0.89 0.33
Hex 9 3B 9F 5E 3F 0 26 DC 59 21
Octal 11 73 237 136 77 0 46 334 131 41
Binary 1001 111011 10011111 1011110 111111 0 100110 11011100 1011001 100001

Color Harmonies of #093B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B9F

Black with #093B9F

Text Example


Text Example

White with #093B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,59,159); }

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

background-color css

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

 a { background-color: rgb(9,59,159); }

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

border-color css

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

 span { border-color: rgb(9,59,159); }

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