Html Css Color HEX #093891 Smalt

📋 copy color: '#093891'

red 9 ◦ green 56 ◦ blue 145

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

Shades of Smalt #093891

Tints of Smalt #093891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.67%

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

R = 4.29%
G = 26.67%
B = 69.05%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093891 (or 0x093891) is known color: Smalt. HEX triplet: 09, 38 and 91. RGB value is (9,56,145). Sum of RGB (Red+Green+Blue) = 9+56+145=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #093891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093891 is #F6C76E. Grayscale: #333333. Windows color (decimal): -16172911 or 9517065. OLE color: 9517065.

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

Color convert

RGB 9 56 145 -
CMYK 0.94 0.61 0 0.43
HSL 219.26º 0.88% 0.3% -
HSV(B) 219.26º 0.94% 0.57% -
XYZ 6.64 4.93 27.39 -
YUV 52.09 180.43 97.26 -
System Red Green Blue C M Y K H S L
Decimal 9 56 145 0.94 0.61 0 0.43 219.26 0.88 0.3
Hex 9 38 91 5E 3D 0 2B DB 58 1E
Octal 11 70 221 136 75 0 53 333 130 36
Binary 1001 111000 10010001 1011110 111101 0 101011 11011011 1011000 11110

Color Harmonies of #093891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093891

Black with #093891

Text Example


Text Example

White with #093891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093891; }

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

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

background-color css

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

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

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

border-color css

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

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

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