Html Css Color HEX #093A95 Smalt

📋 copy color: '#093A95'

red 9 ◦ green 58 ◦ blue 149

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

Shades of Smalt #093A95

Tints of Smalt #093A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.98%

R = 4.17%
G = 26.85%
B = 68.98%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093A95 (or 0x093A95) is known color: Smalt. HEX triplet: 09, 3A and 95. RGB value is (9,58,149). Sum of RGB (Red+Green+Blue) = 9+58+149=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #093A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A95 is #F6C56A. Grayscale: #353535. Windows color (decimal): -16172395 or 9779721. OLE color: 9779721.

HSL color Cylindrical-coordinate representation of color #093A95: hue angle of 219º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093A95 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 58 149 -
CMYK 0.94 0.61 0 0.42
HSL 219º 0.89% 0.31% -
HSV(B) 219º 0.94% 0.58% -
XYZ 7.05 5.25 29.08 -
YUV 53.72 181.77 96.1 -
System Red Green Blue C M Y K H S L
Decimal 9 58 149 0.94 0.61 0 0.42 219 0.89 0.31
Hex 9 3A 95 5E 3D 0 2A DB 59 1F
Octal 11 72 225 136 75 0 52 333 131 37
Binary 1001 111010 10010101 1011110 111101 0 101010 11011011 1011001 11111

Color Harmonies of #093A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A95

Black with #093A95

Text Example


Text Example

White with #093A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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