Html Css Color HEX #092094 Smalt

📋 copy color: '#092094'

red 9 ◦ green 32 ◦ blue 148

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

Shades of Smalt #092094

Tints of Smalt #092094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 4.76%
G = 16.93%
B = 78.31%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092094 (or 0x092094) is known color: Smalt. HEX triplet: 09, 20 and 94. RGB value is (9,32,148). Sum of RGB (Red+Green+Blue) = 9+32+148=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 148 (58.20% from 255 or 78.31% from 189); Max value from RGB is 148 - color contains mainly: blue. Hex color #092094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092094 is #F6DF6B. Grayscale: #252525. Windows color (decimal): -16179052 or 9707529. OLE color: 9707529.

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

Color convert

RGB 9 32 148 -
CMYK 0.94 0.78 0 0.42
HSL 230.07º 0.89% 0.31% -
HSV(B) 230.07º 0.94% 0.58% -
XYZ 5.97 3.23 28.33 -
YUV 38.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 9 32 148 0.94 0.78 0 0.42 230.07 0.89 0.31
Hex 9 20 94 5E 4E 0 2A E6 59 1F
Octal 11 40 224 136 116 0 52 346 131 37
Binary 1001 100000 10010100 1011110 1001110 0 101010 11100110 1011001 11111

Color Harmonies of #092094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092094

Black with #092094

Text Example


Text Example

White with #092094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092094; }

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

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

background-color css

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

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

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

border-color css

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

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

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