Html Css Color HEX #092891 Smalt

📋 copy color: '#092891'

red 9 ◦ green 40 ◦ blue 145

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

Shades of Smalt #092891

Tints of Smalt #092891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 4.64%
G = 20.62%
B = 74.74%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#092891 (or 0x092891) is known color: Smalt. HEX triplet: 09, 28 and 91. RGB value is (9,40,145). Sum of RGB (Red+Green+Blue) = 9+40+145=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #092891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092891 is #F6D76E. Grayscale: #2A2A2A. Windows color (decimal): -16177007 or 9512969. OLE color: 9512969.

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

Color convert

RGB 9 40 145 -
CMYK 0.94 0.72 0 0.43
HSL 226.32º 0.88% 0.3% -
HSV(B) 226.32º 0.94% 0.57% -
XYZ 5.98 3.62 27.17 -
YUV 42.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 9 40 145 0.94 0.72 0 0.43 226.32 0.88 0.3
Hex 9 28 91 5E 48 0 2B E2 58 1E
Octal 11 50 221 136 110 0 53 342 130 36
Binary 1001 101000 10010001 1011110 1001000 0 101011 11100010 1011000 11110

Color Harmonies of #092891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092891

Black with #092891

Text Example


Text Example

White with #092891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092891; }

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

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

background-color css

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

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

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

border-color css

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

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

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