Html Css Color HEX #093089 Smalt

📋 copy color: '#093089'

red 9 ◦ green 48 ◦ blue 137

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

Shades of Smalt #093089

Tints of Smalt #093089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 70.62%

R = 4.64%
G = 24.74%
B = 70.62%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#093089 (or 0x093089) is known color: Smalt. HEX triplet: 09, 30 and 89. RGB value is (9,48,137). Sum of RGB (Red+Green+Blue) = 9+48+137=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #093089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093089 is #F6CF76. Grayscale: #2E2E2E. Windows color (decimal): -16174967 or 8990729. OLE color: 8990729.

HSL color Cylindrical-coordinate representation of color #093089: hue angle of 221.72º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093089 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 48 137 -
CMYK 0.93 0.65 0 0.46
HSL 221.72º 0.88% 0.29% -
HSV(B) 221.72º 0.93% 0.54% -
XYZ 5.68 3.98 24.14 -
YUV 46.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 9 48 137 0.93 0.65 0 0.46 221.72 0.88 0.29
Hex 9 30 89 5D 41 0 2E DE 58 1D
Octal 11 60 211 135 101 0 56 336 130 35
Binary 1001 110000 10001001 1011101 1000001 0 101110 11011110 1011000 11101

Color Harmonies of #093089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093089

Black with #093089

Text Example


Text Example

White with #093089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093089; }

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

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

background-color css

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

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

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

border-color css

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

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

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