Html Css Color HEX #093B91 Smalt

📋 copy color: '#093B91'

red 9 ◦ green 59 ◦ blue 145

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

Shades of Smalt #093B91

Tints of Smalt #093B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 4.23%
G = 27.7%
B = 68.08%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093B91 (or 0x093B91) is known color: Smalt. HEX triplet: 09, 3B and 91. RGB value is (9,59,145). Sum of RGB (Red+Green+Blue) = 9+59+145=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #093B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093B91 is #F6C46E. Grayscale: #353535. Windows color (decimal): -16172143 or 9517833. OLE color: 9517833.

HSL color Cylindrical-coordinate representation of color #093B91: hue angle of 217.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093B91 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 59 145 -
CMYK 0.94 0.59 0 0.43
HSL 217.94º 0.88% 0.3% -
HSV(B) 217.94º 0.94% 0.57% -
XYZ 6.79 5.23 27.44 -
YUV 53.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 9 59 145 0.94 0.59 0 0.43 217.94 0.88 0.3
Hex 9 3B 91 5E 3B 0 2B DA 58 1E
Octal 11 73 221 136 73 0 53 332 130 36
Binary 1001 111011 10010001 1011110 111011 0 101011 11011010 1011000 11110

Color Harmonies of #093B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B91

Black with #093B91

Text Example


Text Example

White with #093B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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