Html Css Color HEX #093184 Smalt

📋 copy color: '#093184'

red 9 ◦ green 49 ◦ blue 132

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

Shades of Smalt #093184

Tints of Smalt #093184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 69.47%

R = 4.74%
G = 25.79%
B = 69.47%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#093184 (or 0x093184) is known color: Smalt. HEX triplet: 09, 31 and 84. RGB value is (9,49,132). Sum of RGB (Red+Green+Blue) = 9+49+132=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #093184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093184 is #F6CE7B. Grayscale: #2E2E2E. Windows color (decimal): -16174716 or 8663305. OLE color: 8663305.

HSL color Cylindrical-coordinate representation of color #093184: hue angle of 220.49º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093184 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 49 132 -
CMYK 0.93 0.63 0 0.48
HSL 220.49º 0.87% 0.28% -
HSV(B) 220.49º 0.93% 0.52% -
XYZ 5.38 3.92 22.3 -
YUV 46.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 9 49 132 0.93 0.63 0 0.48 220.49 0.87 0.28
Hex 9 31 84 5D 3F 0 30 DC 57 1C
Octal 11 61 204 135 77 0 60 334 127 34
Binary 1001 110001 10000100 1011101 111111 0 110000 11011100 1010111 11100

Color Harmonies of #093184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093184

Black with #093184

Text Example


Text Example

White with #093184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093184; }

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

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

background-color css

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

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

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

border-color css

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

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

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