Html Css Color HEX #093398 Smalt

📋 copy color: '#093398'

red 9 ◦ green 51 ◦ blue 152

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

Shades of Smalt #093398

Tints of Smalt #093398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 71.7%

R = 4.25%
G = 24.06%
B = 71.7%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#093398 (or 0x093398) is known color: Smalt. HEX triplet: 09, 33 and 98. RGB value is (9,51,152). Sum of RGB (Red+Green+Blue) = 9+51+152=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #093398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093398 is #F6CC67. Grayscale: #313131. Windows color (decimal): -16174184 or 9974537. OLE color: 9974537.

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

Color convert

RGB 9 51 152 -
CMYK 0.94 0.66 0 0.40
HSL 222.38º 0.89% 0.32% -
HSV(B) 222.38º 0.94% 0.6% -
XYZ 6.96 4.69 30.24 -
YUV 49.96 185.59 98.79 -
System Red Green Blue C M Y K H S L
Decimal 9 51 152 0.94 0.66 0 0.40 222.38 0.89 0.32
Hex 9 33 98 5E 42 0 28 DE 59 20
Octal 11 63 230 136 102 0 50 336 131 40
Binary 1001 110011 10011000 1011110 1000010 0 101000 11011110 1011001 100000

Color Harmonies of #093398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093398

Black with #093398

Text Example


Text Example

White with #093398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093398; }

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

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

background-color css

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

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

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

border-color css

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

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

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