Html Css Color HEX #092994 Smalt

📋 copy color: '#092994'

red 9 ◦ green 41 ◦ blue 148

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

Shades of Smalt #092994

Tints of Smalt #092994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 148 (58.2% from 255) = 74.75%

R = 4.55%
G = 20.71%
B = 74.75%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092994 (or 0x092994) is known color: Smalt. HEX triplet: 09, 29 and 94. RGB value is (9,41,148). Sum of RGB (Red+Green+Blue) = 9+41+148=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #092994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092994 is #F6D66B. Grayscale: #2B2B2B. Windows color (decimal): -16176748 or 9709833. OLE color: 9709833.

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

Color convert

RGB 9 41 148 -
CMYK 0.94 0.72 0 0.42
HSL 226.19º 0.89% 0.31% -
HSV(B) 226.19º 0.94% 0.58% -
XYZ 6.25 3.78 28.42 -
YUV 43.63 186.9 103.3 -
System Red Green Blue C M Y K H S L
Decimal 9 41 148 0.94 0.72 0 0.42 226.19 0.89 0.31
Hex 9 29 94 5E 48 0 2A E2 59 1F
Octal 11 51 224 136 110 0 52 342 131 37
Binary 1001 101001 10010100 1011110 1001000 0 101010 11100010 1011001 11111

Color Harmonies of #092994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092994

Black with #092994

Text Example


Text Example

White with #092994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092994; }

 p { color: rgb(9,41,148); }

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

background-color css

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

 a { background-color: rgb(9,41,148); }

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

border-color css

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

 span { border-color: rgb(9,41,148); }

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