Html Css Color HEX #093690 Smalt

📋 copy color: '#093690'

red 9 ◦ green 54 ◦ blue 144

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

Shades of Smalt #093690

Tints of Smalt #093690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 69.57%

R = 4.35%
G = 26.09%
B = 69.57%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#093690 (or 0x093690) is known color: Smalt. HEX triplet: 09, 36 and 90. RGB value is (9,54,144). Sum of RGB (Red+Green+Blue) = 9+54+144=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #093690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093690 is #F6C96F. Grayscale: #323232. Windows color (decimal): -16173424 or 9451017. OLE color: 9451017.

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

Color convert

RGB 9 54 144 -
CMYK 0.94 0.63 0 0.44
HSL 220º 0.88% 0.3% -
HSV(B) 220º 0.94% 0.56% -
XYZ 6.47 4.71 26.95 -
YUV 50.81 180.59 98.18 -
System Red Green Blue C M Y K H S L
Decimal 9 54 144 0.94 0.63 0 0.44 220 0.88 0.3
Hex 9 36 90 5E 3F 0 2C DC 58 1E
Octal 11 66 220 136 77 0 54 334 130 36
Binary 1001 110110 10010000 1011110 111111 0 101100 11011100 1011000 11110

Color Harmonies of #093690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093690

Black with #093690

Text Example


Text Example

White with #093690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093690; }

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

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

background-color css

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

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

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

border-color css

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

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

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