Html Css Color HEX #092893 Smalt

📋 copy color: '#092893'

red 9 ◦ green 40 ◦ blue 147

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

Shades of Smalt #092893

Tints of Smalt #092893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 75%

R = 4.59%
G = 20.41%
B = 75%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092893 (or 0x092893) is known color: Smalt. HEX triplet: 09, 28 and 93. RGB value is (9,40,147). Sum of RGB (Red+Green+Blue) = 9+40+147=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #092893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092893 is #F6D76C. Grayscale: #2A2A2A. Windows color (decimal): -16177005 or 9644041. OLE color: 9644041.

HSL color Cylindrical-coordinate representation of color #092893: hue angle of 226.52º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092893 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 40 147 -
CMYK 0.94 0.73 0 0.42
HSL 226.52º 0.88% 0.31% -
HSV(B) 226.52º 0.94% 0.58% -
XYZ 6.14 3.68 27.99 -
YUV 42.93 186.73 103.8 -
System Red Green Blue C M Y K H S L
Decimal 9 40 147 0.94 0.73 0 0.42 226.52 0.88 0.31
Hex 9 28 93 5E 49 0 2A E3 58 1F
Octal 11 50 223 136 111 0 52 343 130 37
Binary 1001 101000 10010011 1011110 1001001 0 101010 11100011 1011000 11111

Color Harmonies of #092893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092893

Black with #092893

Text Example


Text Example

White with #092893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092893; }

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

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

background-color css

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

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

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

border-color css

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

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

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