Html Css Color HEX #093289 Smalt

📋 copy color: '#093289'

red 9 ◦ green 50 ◦ blue 137

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

Shades of Smalt #093289

Tints of Smalt #093289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 4.59%
G = 25.51%
B = 69.9%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#093289 (or 0x093289) is known color: Smalt. HEX triplet: 09, 32 and 89. RGB value is (9,50,137). Sum of RGB (Red+Green+Blue) = 9+50+137=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #093289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093289 is #F6CD76. Grayscale: #2F2F2F. Windows color (decimal): -16174455 or 8991241. OLE color: 8991241.

HSL color Cylindrical-coordinate representation of color #093289: hue angle of 220.78º 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 #093289 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 50 137 -
CMYK 0.93 0.64 0 0.46
HSL 220.78º 0.88% 0.29% -
HSV(B) 220.78º 0.93% 0.54% -
XYZ 5.77 4.15 24.16 -
YUV 47.66 178.42 100.43 -
System Red Green Blue C M Y K H S L
Decimal 9 50 137 0.93 0.64 0 0.46 220.78 0.88 0.29
Hex 9 32 89 5D 40 0 2E DD 58 1D
Octal 11 62 211 135 100 0 56 335 130 35
Binary 1001 110010 10001001 1011101 1000000 0 101110 11011101 1011000 11101

Color Harmonies of #093289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093289

Black with #093289

Text Example


Text Example

White with #093289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093289; }

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

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

background-color css

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

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

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

border-color css

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

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

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