Html Css Color HEX #093585 Smalt

📋 copy color: '#093585'

red 9 ◦ green 53 ◦ blue 133

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

Shades of Smalt #093585

Tints of Smalt #093585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 68.21%

R = 4.62%
G = 27.18%
B = 68.21%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#093585 (or 0x093585) is known color: Smalt. HEX triplet: 09, 35 and 85. RGB value is (9,53,133). Sum of RGB (Red+Green+Blue) = 9+53+133=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #093585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093585 is #F6CA7A. Grayscale: #303030. Windows color (decimal): -16173691 or 8729865. OLE color: 8729865.

HSL color Cylindrical-coordinate representation of color #093585: hue angle of 218.71º 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 #093585 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 53 133 -
CMYK 0.93 0.60 0 0.48
HSL 218.71º 0.87% 0.28% -
HSV(B) 218.71º 0.93% 0.52% -
XYZ 5.62 4.3 22.72 -
YUV 48.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 9 53 133 0.93 0.60 0 0.48 218.71 0.87 0.28
Hex 9 35 85 5D 3C 0 30 DB 57 1C
Octal 11 65 205 135 74 0 60 333 127 34
Binary 1001 110101 10000101 1011101 111100 0 110000 11011011 1010111 11100

Color Harmonies of #093585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093585

Black with #093585

Text Example


Text Example

White with #093585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093585; }

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

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

background-color css

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

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

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

border-color css

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

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

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