Html Css Color HEX #093598 Smalt

📋 copy color: '#093598'

red 9 ◦ green 53 ◦ blue 152

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

Shades of Smalt #093598

Tints of Smalt #093598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 4.21%
G = 24.77%
B = 71.03%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#093598 (or 0x093598) is known color: Smalt. HEX triplet: 09, 35 and 98. RGB value is (9,53,152). Sum of RGB (Red+Green+Blue) = 9+53+152=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #093598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093598 is #F6CA67. Grayscale: #323232. Windows color (decimal): -16173672 or 9975049. OLE color: 9975049.

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

Color convert

RGB 9 53 152 -
CMYK 0.94 0.65 0 0.40
HSL 221.54º 0.89% 0.32% -
HSV(B) 221.54º 0.94% 0.6% -
XYZ 7.05 4.87 30.27 -
YUV 51.13 184.92 97.95 -
System Red Green Blue C M Y K H S L
Decimal 9 53 152 0.94 0.65 0 0.40 221.54 0.89 0.32
Hex 9 35 98 5E 41 0 28 DE 59 20
Octal 11 65 230 136 101 0 50 336 131 40
Binary 1001 110101 10011000 1011110 1000001 0 101000 11011110 1011001 100000

Color Harmonies of #093598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093598

Black with #093598

Text Example


Text Example

White with #093598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093598; }

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

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

background-color css

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

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

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

border-color css

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

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

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