Html Css Color HEX #092E99 Smalt

📋 copy color: '#092E99'

red 9 ◦ green 46 ◦ blue 153

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

Shades of Smalt #092E99

Tints of Smalt #092E99

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.12%

 BLUE value IS 153 (60.16% from 255) = 73.56%

R = 4.33%
G = 22.12%
B = 73.56%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#092E99 (or 0x092E99) is known color: Smalt. HEX triplet: 09, 2E and 99. RGB value is (9,46,153). Sum of RGB (Red+Green+Blue) = 9+46+153=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #092E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E99 is #F6D166. Grayscale: #2E2E2E. Windows color (decimal): -16175463 or 10038793. OLE color: 10038793.

HSL color Cylindrical-coordinate representation of color #092E99: hue angle of 224.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092E99 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 46 153 -
CMYK 0.94 0.70 0 0.4
HSL 224.58º 0.89% 0.32% -
HSV(B) 224.58º 0.94% 0.6% -
XYZ 6.84 4.31 30.61 -
YUV 47.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 9 46 153 0.94 0.70 0 0.4 224.58 0.89 0.32
Hex 9 2E 99 5E 46 0 28 E1 59 20
Octal 11 56 231 136 106 0 50 341 131 40
Binary 1001 101110 10011001 1011110 1000110 0 101000 11100001 1011001 100000

Color Harmonies of #092E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E99

Black with #092E99

Text Example


Text Example

White with #092E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092E99; }

 p { color: rgb(9,46,153); }

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

background-color css

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

 a { background-color: rgb(9,46,153); }

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

border-color css

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

 span { border-color: rgb(9,46,153); }

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