Html Css Color HEX #093696 Smalt

📋 copy color: '#093696'

red 9 ◦ green 54 ◦ blue 150

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

Shades of Smalt #093696

Tints of Smalt #093696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 70.42%

R = 4.23%
G = 25.35%
B = 70.42%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#093696 (or 0x093696) is known color: Smalt. HEX triplet: 09, 36 and 96. RGB value is (9,54,150). Sum of RGB (Red+Green+Blue) = 9+54+150=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #093696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093696 is #F6C969. Grayscale: #333333. Windows color (decimal): -16173418 or 9844233. OLE color: 9844233.

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

Color convert

RGB 9 54 150 -
CMYK 0.94 0.64 0 0.41
HSL 220.85º 0.89% 0.31% -
HSV(B) 220.85º 0.94% 0.59% -
XYZ 6.94 4.9 29.43 -
YUV 51.49 183.59 97.69 -
System Red Green Blue C M Y K H S L
Decimal 9 54 150 0.94 0.64 0 0.41 220.85 0.89 0.31
Hex 9 36 96 5E 40 0 29 DD 59 1F
Octal 11 66 226 136 100 0 51 335 131 37
Binary 1001 110110 10010110 1011110 1000000 0 101001 11011101 1011001 11111

Color Harmonies of #093696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093696

Black with #093696

Text Example


Text Example

White with #093696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093696; }

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

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

background-color css

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

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

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

border-color css

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

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

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