Html Css Color HEX #093091 Smalt

📋 copy color: '#093091'

red 9 ◦ green 48 ◦ blue 145

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

Shades of Smalt #093091

Tints of Smalt #093091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.76%

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

R = 4.46%
G = 23.76%
B = 71.78%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093091 (or 0x093091) is known color: Smalt. HEX triplet: 09, 30 and 91. RGB value is (9,48,145). Sum of RGB (Red+Green+Blue) = 9+48+145=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #093091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093091 is #F6CF6E. Grayscale: #2E2E2E. Windows color (decimal): -16174959 or 9515017. OLE color: 9515017.

HSL color Cylindrical-coordinate representation of color #093091: hue angle of 222.79º 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 #093091 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 48 145 -
CMYK 0.94 0.67 0 0.43
HSL 222.79º 0.88% 0.3% -
HSV(B) 222.79º 0.94% 0.57% -
XYZ 6.28 4.22 27.27 -
YUV 47.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 9 48 145 0.94 0.67 0 0.43 222.79 0.88 0.3
Hex 9 30 91 5E 43 0 2B DF 58 1E
Octal 11 60 221 136 103 0 53 337 130 36
Binary 1001 110000 10010001 1011110 1000011 0 101011 11011111 1011000 11110

Color Harmonies of #093091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093091

Black with #093091

Text Example


Text Example

White with #093091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093091; }

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

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

background-color css

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

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

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

border-color css

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

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

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