Html Css Color HEX #093399 Smalt

📋 copy color: '#093399'

red 9 ◦ green 51 ◦ blue 153

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

Shades of Smalt #093399

Tints of Smalt #093399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.83%

R = 4.23%
G = 23.94%
B = 71.83%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#093399 (or 0x093399) is known color: Smalt. HEX triplet: 09, 33 and 99. RGB value is (9,51,153). Sum of RGB (Red+Green+Blue) = 9+51+153=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #093399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093399 is #F6CC66. Grayscale: #313131. Windows color (decimal): -16174183 or 10040073. OLE color: 10040073.

HSL color Cylindrical-coordinate representation of color #093399: hue angle of 222.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093399 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 51 153 -
CMYK 0.94 0.67 0 0.4
HSL 222.5º 0.89% 0.32% -
HSV(B) 222.5º 0.94% 0.6% -
XYZ 7.05 4.73 30.68 -
YUV 50.07 186.09 98.71 -
System Red Green Blue C M Y K H S L
Decimal 9 51 153 0.94 0.67 0 0.4 222.5 0.89 0.32
Hex 9 33 99 5E 43 0 28 DE 59 20
Octal 11 63 231 136 103 0 50 336 131 40
Binary 1001 110011 10011001 1011110 1000011 0 101000 11011110 1011001 100000

Color Harmonies of #093399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093399

Black with #093399

Text Example


Text Example

White with #093399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093399; }

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

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

background-color css

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

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

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

border-color css

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

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

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