Html Css Color HEX #093295 Smalt

📋 copy color: '#093295'

red 9 ◦ green 50 ◦ blue 149

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

Shades of Smalt #093295

Tints of Smalt #093295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 4.33%
G = 24.04%
B = 71.63%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093295 (or 0x093295) is known color: Smalt. HEX triplet: 09, 32 and 95. RGB value is (9,50,149). Sum of RGB (Red+Green+Blue) = 9+50+149=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #093295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093295 is #F6CD6A. Grayscale: #303030. Windows color (decimal): -16174443 or 9777673. OLE color: 9777673.

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

Color convert

RGB 9 50 149 -
CMYK 0.94 0.66 0 0.42
HSL 222.43º 0.89% 0.31% -
HSV(B) 222.43º 0.94% 0.58% -
XYZ 6.68 4.51 28.95 -
YUV 49.03 184.42 99.45 -
System Red Green Blue C M Y K H S L
Decimal 9 50 149 0.94 0.66 0 0.42 222.43 0.89 0.31
Hex 9 32 95 5E 42 0 2A DE 59 1F
Octal 11 62 225 136 102 0 52 336 131 37
Binary 1001 110010 10010101 1011110 1000010 0 101010 11011110 1011001 11111

Color Harmonies of #093295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093295

Black with #093295

Text Example


Text Example

White with #093295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093295; }

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

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

background-color css

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

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

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

border-color css

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

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

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