Html Css Color HEX #093390 Smalt

📋 copy color: '#093390'

red 9 ◦ green 51 ◦ blue 144

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

Shades of Smalt #093390

Tints of Smalt #093390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

 BLUE value IS 144 (56.64% from 255) = 70.59%

R = 4.41%
G = 25%
B = 70.59%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#093390 (or 0x093390) is known color: Smalt. HEX triplet: 09, 33 and 90. RGB value is (9,51,144). Sum of RGB (Red+Green+Blue) = 9+51+144=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 144 (56.64% from 255 or 70.59% from 204); Max value from RGB is 144 - color contains mainly: blue. Hex color #093390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093390 is #F6CC6F. Grayscale: #303030. Windows color (decimal): -16174192 or 9450249. OLE color: 9450249.

HSL color Cylindrical-coordinate representation of color #093390: hue angle of 221.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093390 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 51 144 -
CMYK 0.94 0.65 0 0.44
HSL 221.33º 0.88% 0.3% -
HSV(B) 221.33º 0.94% 0.56% -
XYZ 6.33 4.44 26.91 -
YUV 49.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 9 51 144 0.94 0.65 0 0.44 221.33 0.88 0.3
Hex 9 33 90 5E 41 0 2C DD 58 1E
Octal 11 63 220 136 101 0 54 335 130 36
Binary 1001 110011 10010000 1011110 1000001 0 101100 11011101 1011000 11110

Color Harmonies of #093390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093390

Black with #093390

Text Example


Text Example

White with #093390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093390; }

 p { color: rgb(9,51,144); }

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

background-color css

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

 a { background-color: rgb(9,51,144); }

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

border-color css

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

 span { border-color: rgb(9,51,144); }

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