Html Css Color HEX #092486 Smalt

📋 copy color: '#092486'

red 9 ◦ green 36 ◦ blue 134

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

Shades of Smalt #092486

Tints of Smalt #092486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 74.86%

R = 5.03%
G = 20.11%
B = 74.86%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#092486 (or 0x092486) is known color: Smalt. HEX triplet: 09, 24 and 86. RGB value is (9,36,134). Sum of RGB (Red+Green+Blue) = 9+36+134=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 134 (52.73% from 255 or 74.86% from 179); Max value from RGB is 134 - color contains mainly: blue. Hex color #092486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092486 is #F6DB79. Grayscale: #262626. Windows color (decimal): -16178042 or 8791049. OLE color: 8791049.

HSL color Cylindrical-coordinate representation of color #092486: hue angle of 227.04º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092486 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 36 134 -
CMYK 0.93 0.73 0 0.47
HSL 227.04º 0.87% 0.28% -
HSV(B) 227.04º 0.93% 0.53% -
XYZ 5.05 3.04 22.88 -
YUV 39.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 9 36 134 0.93 0.73 0 0.47 227.04 0.87 0.28
Hex 9 24 86 5D 49 0 2F E3 57 1C
Octal 11 44 206 135 111 0 57 343 127 34
Binary 1001 100100 10000110 1011101 1001001 0 101111 11100011 1010111 11100

Color Harmonies of #092486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092486

Black with #092486

Text Example


Text Example

White with #092486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092486; }

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

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

background-color css

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

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

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

border-color css

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

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

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