Html Css Color HEX #093A9F Smalt

📋 copy color: '#093A9F'

red 9 ◦ green 58 ◦ blue 159

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

Shades of Smalt #093A9F

Tints of Smalt #093A9F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.66%

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

R = 3.98%
G = 25.66%
B = 70.35%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#093A9F (or 0x093A9F) is known color: Smalt. HEX triplet: 09, 3A and 9F. RGB value is (9,58,159). Sum of RGB (Red+Green+Blue) = 9+58+159=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #093A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A9F is #F6C560. Grayscale: #363636. Windows color (decimal): -16172385 or 10435081. OLE color: 10435081.

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

Color convert

RGB 9 58 159 -
CMYK 0.94 0.64 0 0.38
HSL 220.4º 0.89% 0.33% -
HSV(B) 220.4º 0.94% 0.62% -
XYZ 7.88 5.59 33.46 -
YUV 54.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 9 58 159 0.94 0.64 0 0.38 220.4 0.89 0.33
Hex 9 3A 9F 5E 40 0 26 DC 59 21
Octal 11 72 237 136 100 0 46 334 131 41
Binary 1001 111010 10011111 1011110 1000000 0 100110 11011100 1011001 100001

Color Harmonies of #093A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A9F

Black with #093A9F

Text Example


Text Example

White with #093A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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