Html Css Color HEX #093095 Smalt

📋 copy color: '#093095'

red 9 ◦ green 48 ◦ blue 149

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

Shades of Smalt #093095

Tints of Smalt #093095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

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

R = 4.37%
G = 23.3%
B = 72.33%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093095 (or 0x093095) is known color: Smalt. HEX triplet: 09, 30 and 95. RGB value is (9,48,149). Sum of RGB (Red+Green+Blue) = 9+48+149=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #093095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093095 is #F6CF6A. Grayscale: #2F2F2F. Windows color (decimal): -16174955 or 9777161. OLE color: 9777161.

HSL color Cylindrical-coordinate representation of color #093095: hue angle of 223.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 #093095 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 48 149 -
CMYK 0.94 0.68 0 0.42
HSL 223.29º 0.89% 0.31% -
HSV(B) 223.29º 0.94% 0.58% -
XYZ 6.59 4.34 28.92 -
YUV 47.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 9 48 149 0.94 0.68 0 0.42 223.29 0.89 0.31
Hex 9 30 95 5E 44 0 2A DF 59 1F
Octal 11 60 225 136 104 0 52 337 131 37
Binary 1001 110000 10010101 1011110 1000100 0 101010 11011111 1011001 11111

Color Harmonies of #093095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093095

Black with #093095

Text Example


Text Example

White with #093095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093095; }

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

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

background-color css

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

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

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

border-color css

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

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

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