Html Css Color HEX #092493 Smalt

📋 copy color: '#092493'

red 9 ◦ green 36 ◦ blue 147

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

Shades of Smalt #092493

Tints of Smalt #092493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

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

R = 4.69%
G = 18.75%
B = 76.56%

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

#092493 (or 0x092493) is known color: Smalt. HEX triplet: 09, 24 and 93. RGB value is (9,36,147). Sum of RGB (Red+Green+Blue) = 9+36+147=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #092493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092493 is #F6DB6C. Grayscale: #282828. Windows color (decimal): -16178029 or 9643017. OLE color: 9643017.

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

Color convert

RGB 9 36 147 -
CMYK 0.94 0.76 0 0.42
HSL 228.26º 0.88% 0.31% -
HSV(B) 228.26º 0.94% 0.58% -
XYZ 6.01 3.43 27.95 -
YUV 40.58 188.05 105.47 -
System Red Green Blue C M Y K H S L
Decimal 9 36 147 0.94 0.76 0 0.42 228.26 0.88 0.31
Hex 9 24 93 5E 4C 0 2A E4 58 1F
Octal 11 44 223 136 114 0 52 344 130 37
Binary 1001 100100 10010011 1011110 1001100 0 101010 11100100 1011000 11111

Color Harmonies of #092493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092493

Black with #092493

Text Example


Text Example

White with #092493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092493; }

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

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

background-color css

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

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

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

border-color css

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

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

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