Html Css Color HEX #093187 Smalt

📋 copy color: '#093187'

red 9 ◦ green 49 ◦ blue 135

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

Shades of Smalt #093187

Tints of Smalt #093187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 135 (53.13% from 255) = 69.95%

R = 4.66%
G = 25.39%
B = 69.95%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#093187 (or 0x093187) is known color: Smalt. HEX triplet: 09, 31 and 87. RGB value is (9,49,135). Sum of RGB (Red+Green+Blue) = 9+49+135=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #093187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093187 is #F6CE78. Grayscale: #2E2E2E. Windows color (decimal): -16174713 or 8859913. OLE color: 8859913.

HSL color Cylindrical-coordinate representation of color #093187: hue angle of 220.95º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093187 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 49 135 -
CMYK 0.93 0.64 0 0.47
HSL 220.95º 0.88% 0.28% -
HSV(B) 220.95º 0.93% 0.53% -
XYZ 5.58 4 23.4 -
YUV 46.84 177.75 101.01 -
System Red Green Blue C M Y K H S L
Decimal 9 49 135 0.93 0.64 0 0.47 220.95 0.88 0.28
Hex 9 31 87 5D 40 0 2F DD 58 1C
Octal 11 61 207 135 100 0 57 335 130 34
Binary 1001 110001 10000111 1011101 1000000 0 101111 11011101 1011000 11100

Color Harmonies of #093187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093187

Black with #093187

Text Example


Text Example

White with #093187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093187; }

 p { color: rgb(9,49,135); }

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

background-color css

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

 a { background-color: rgb(9,49,135); }

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

border-color css

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

 span { border-color: rgb(9,49,135); }

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