Html Css Color HEX #093498 Smalt

📋 copy color: '#093498'

red 9 ◦ green 52 ◦ blue 152

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

Shades of Smalt #093498

Tints of Smalt #093498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 4.23%
G = 24.41%
B = 71.36%

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

#093498 (or 0x093498) is known color: Smalt. HEX triplet: 09, 34 and 98. RGB value is (9,52,152). Sum of RGB (Red+Green+Blue) = 9+52+152=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #093498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093498 is #F6CB67. Grayscale: #323232. Windows color (decimal): -16173928 or 9974793. OLE color: 9974793.

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

Color convert

RGB 9 52 152 -
CMYK 0.94 0.66 0 0.40
HSL 221.96º 0.89% 0.32% -
HSV(B) 221.96º 0.94% 0.6% -
XYZ 7.01 4.78 30.26 -
YUV 50.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 9 52 152 0.94 0.66 0 0.40 221.96 0.89 0.32
Hex 9 34 98 5E 42 0 28 DE 59 20
Octal 11 64 230 136 102 0 50 336 131 40
Binary 1001 110100 10011000 1011110 1000010 0 101000 11011110 1011001 100000

Color Harmonies of #093498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093498

Black with #093498

Text Example


Text Example

White with #093498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093498; }

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

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

background-color css

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

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

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

border-color css

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

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

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