Html Css Color HEX #093692 Smalt

📋 copy color: '#093692'

red 9 ◦ green 54 ◦ blue 146

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

Shades of Smalt #093692

Tints of Smalt #093692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

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

R = 4.31%
G = 25.84%
B = 69.86%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093692 (or 0x093692) is known color: Smalt. HEX triplet: 09, 36 and 92. RGB value is (9,54,146). Sum of RGB (Red+Green+Blue) = 9+54+146=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #093692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093692 is #F6C96D. Grayscale: #323232. Windows color (decimal): -16173422 or 9582089. OLE color: 9582089.

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

Color convert

RGB 9 54 146 -
CMYK 0.94 0.63 0 0.43
HSL 220.29º 0.88% 0.3% -
HSV(B) 220.29º 0.94% 0.57% -
XYZ 6.62 4.77 27.77 -
YUV 51.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 9 54 146 0.94 0.63 0 0.43 220.29 0.88 0.3
Hex 9 36 92 5E 3F 0 2B DC 58 1E
Octal 11 66 222 136 77 0 53 334 130 36
Binary 1001 110110 10010010 1011110 111111 0 101011 11011100 1011000 11110

Color Harmonies of #093692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093692

Black with #093692

Text Example


Text Example

White with #093692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093692; }

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

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

background-color css

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

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

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

border-color css

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

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

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