Html Css Color HEX #093795 Smalt

📋 copy color: '#093795'

red 9 ◦ green 55 ◦ blue 149

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

Shades of Smalt #093795

Tints of Smalt #093795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

 BLUE value IS 149 (58.59% from 255) = 69.95%

R = 4.23%
G = 25.82%
B = 69.95%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093795 (or 0x093795) is known color: Smalt. HEX triplet: 09, 37 and 95. RGB value is (9,55,149). Sum of RGB (Red+Green+Blue) = 9+55+149=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #093795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093795 is #F6C86A. Grayscale: #333333. Windows color (decimal): -16173163 or 9778953. OLE color: 9778953.

HSL color Cylindrical-coordinate representation of color #093795: hue angle of 220.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093795 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 55 149 -
CMYK 0.94 0.63 0 0.42
HSL 220.29º 0.89% 0.31% -
HSV(B) 220.29º 0.94% 0.58% -
XYZ 6.9 4.96 29.03 -
YUV 51.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 9 55 149 0.94 0.63 0 0.42 220.29 0.89 0.31
Hex 9 37 95 5E 3F 0 2A DC 59 1F
Octal 11 67 225 136 77 0 52 334 131 37
Binary 1001 110111 10010101 1011110 111111 0 101010 11011100 1011001 11111

Color Harmonies of #093795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093795

Black with #093795

Text Example


Text Example

White with #093795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093795; }

 p { color: rgb(9,55,149); }

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

background-color css

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

 a { background-color: rgb(9,55,149); }

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

border-color css

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

 span { border-color: rgb(9,55,149); }

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