Html Css Color HEX #093592 Smalt

📋 copy color: '#093592'

red 9 ◦ green 53 ◦ blue 146

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

Shades of Smalt #093592

Tints of Smalt #093592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 70.19%

R = 4.33%
G = 25.48%
B = 70.19%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093592 (or 0x093592) is known color: Smalt. HEX triplet: 09, 35 and 92. RGB value is (9,53,146). Sum of RGB (Red+Green+Blue) = 9+53+146=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #093592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093592 is #F6CA6D. Grayscale: #323232. Windows color (decimal): -16173678 or 9581833. OLE color: 9581833.

HSL color Cylindrical-coordinate representation of color #093592: hue angle of 220.73º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093592 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 53 146 -
CMYK 0.94 0.64 0 0.43
HSL 220.73º 0.88% 0.3% -
HSV(B) 220.73º 0.94% 0.57% -
XYZ 6.57 4.68 27.75 -
YUV 50.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 9 53 146 0.94 0.64 0 0.43 220.73 0.88 0.3
Hex 9 35 92 5E 40 0 2B DD 58 1E
Octal 11 65 222 136 100 0 53 335 130 36
Binary 1001 110101 10010010 1011110 1000000 0 101011 11011101 1011000 11110

Color Harmonies of #093592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093592

Black with #093592

Text Example


Text Example

White with #093592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093592; }

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

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

background-color css

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

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

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

border-color css

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

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

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