Html Css Color HEX #092894 Smalt

📋 copy color: '#092894'

red 9 ◦ green 40 ◦ blue 148

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

Shades of Smalt #092894

Tints of Smalt #092894

RGB

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

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

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

R = 4.57%
G = 20.3%
B = 75.13%

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

#092894 (or 0x092894) is known color: Smalt. HEX triplet: 09, 28 and 94. RGB value is (9,40,148). Sum of RGB (Red+Green+Blue) = 9+40+148=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #092894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092894 is #F6D76B. Grayscale: #2A2A2A. Windows color (decimal): -16177004 or 9709577. OLE color: 9709577.

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

Color convert

RGB 9 40 148 -
CMYK 0.94 0.73 0 0.42
HSL 226.62º 0.89% 0.31% -
HSV(B) 226.62º 0.94% 0.58% -
XYZ 6.22 3.71 28.41 -
YUV 43.04 187.23 103.72 -
System Red Green Blue C M Y K H S L
Decimal 9 40 148 0.94 0.73 0 0.42 226.62 0.89 0.31
Hex 9 28 94 5E 49 0 2A E3 59 1F
Octal 11 50 224 136 111 0 52 343 131 37
Binary 1001 101000 10010100 1011110 1001001 0 101010 11100011 1011001 11111

Color Harmonies of #092894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092894

Black with #092894

Text Example


Text Example

White with #092894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092894; }

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

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

background-color css

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

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

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

border-color css

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

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

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