Html Css Color HEX #093D91 Smalt

📋 copy color: '#093D91'

red 9 ◦ green 61 ◦ blue 145

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

Shades of Smalt #093D91

Tints of Smalt #093D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.37%

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 4.19%
G = 28.37%
B = 67.44%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093D91 (or 0x093D91) is known color: Smalt. HEX triplet: 09, 3D and 91. RGB value is (9,61,145). Sum of RGB (Red+Green+Blue) = 9+61+145=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #093D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D91 is #F6C26E. Grayscale: #363636. Windows color (decimal): -16171631 or 9518345. OLE color: 9518345.

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

Color convert

RGB 9 61 145 -
CMYK 0.94 0.58 0 0.43
HSL 217.06º 0.88% 0.3% -
HSV(B) 217.06º 0.94% 0.57% -
XYZ 6.89 5.44 27.47 -
YUV 55.03 178.77 95.17 -
System Red Green Blue C M Y K H S L
Decimal 9 61 145 0.94 0.58 0 0.43 217.06 0.88 0.3
Hex 9 3D 91 5E 3A 0 2B D9 58 1E
Octal 11 75 221 136 72 0 53 331 130 36
Binary 1001 111101 10010001 1011110 111010 0 101011 11011001 1011000 11110

Color Harmonies of #093D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D91

Black with #093D91

Text Example


Text Example

White with #093D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093D91; }

 p { color: rgb(9,61,145); }

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

background-color css

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

 a { background-color: rgb(9,61,145); }

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

border-color css

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

 span { border-color: rgb(9,61,145); }

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