Html Css Color HEX #093A98 Smalt

📋 copy color: '#093A98'

red 9 ◦ green 58 ◦ blue 152

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

Shades of Smalt #093A98

Tints of Smalt #093A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.48%

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

R = 4.11%
G = 26.48%
B = 69.41%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#093A98 (or 0x093A98) is known color: Smalt. HEX triplet: 09, 3A and 98. RGB value is (9,58,152). Sum of RGB (Red+Green+Blue) = 9+58+152=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #093A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A98 is #F6C567. Grayscale: #353535. Windows color (decimal): -16172392 or 9976329. OLE color: 9976329.

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

Color convert

RGB 9 58 152 -
CMYK 0.94 0.62 0 0.40
HSL 219.44º 0.89% 0.32% -
HSV(B) 219.44º 0.94% 0.6% -
XYZ 7.29 5.35 30.35 -
YUV 54.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 9 58 152 0.94 0.62 0 0.40 219.44 0.89 0.32
Hex 9 3A 98 5E 3E 0 28 DB 59 20
Octal 11 72 230 136 76 0 50 333 131 40
Binary 1001 111010 10011000 1011110 111110 0 101000 11011011 1011001 100000

Color Harmonies of #093A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A98

Black with #093A98

Text Example


Text Example

White with #093A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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