Html Css Color HEX #092394 Smalt

📋 copy color: '#092394'

red 9 ◦ green 35 ◦ blue 148

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

Shades of Smalt #092394

Tints of Smalt #092394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 4.69%
G = 18.23%
B = 77.08%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092394 (or 0x092394) is known color: Smalt. HEX triplet: 09, 23 and 94. RGB value is (9,35,148). Sum of RGB (Red+Green+Blue) = 9+35+148=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #092394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092394 is #F6DC6B. Grayscale: #272727. Windows color (decimal): -16178284 or 9708297. OLE color: 9708297.

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

Color convert

RGB 9 35 148 -
CMYK 0.94 0.76 0 0.42
HSL 228.78º 0.89% 0.31% -
HSV(B) 228.78º 0.94% 0.58% -
XYZ 6.06 3.4 28.35 -
YUV 40.11 188.89 105.81 -
System Red Green Blue C M Y K H S L
Decimal 9 35 148 0.94 0.76 0 0.42 228.78 0.89 0.31
Hex 9 23 94 5E 4C 0 2A E5 59 1F
Octal 11 43 224 136 114 0 52 345 131 37
Binary 1001 100011 10010100 1011110 1001100 0 101010 11100101 1011001 11111

Color Harmonies of #092394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092394

Black with #092394

Text Example


Text Example

White with #092394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092394; }

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

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

background-color css

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

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

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

border-color css

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

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

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