Html Css Color HEX #092484 Smalt

📋 copy color: '#092484'

red 9 ◦ green 36 ◦ blue 132

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

Shades of Smalt #092484

Tints of Smalt #092484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 74.58%

R = 5.08%
G = 20.34%
B = 74.58%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#092484 (or 0x092484) is known color: Smalt. HEX triplet: 09, 24 and 84. RGB value is (9,36,132). Sum of RGB (Red+Green+Blue) = 9+36+132=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #092484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092484 is #F6DB7B. Grayscale: #262626. Windows color (decimal): -16178044 or 8659977. OLE color: 8659977.

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

Color convert

RGB 9 36 132 -
CMYK 0.93 0.73 0 0.48
HSL 226.83º 0.87% 0.28% -
HSV(B) 226.83º 0.93% 0.52% -
XYZ 4.91 2.99 22.15 -
YUV 38.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 9 36 132 0.93 0.73 0 0.48 226.83 0.87 0.28
Hex 9 24 84 5D 49 0 30 E3 57 1C
Octal 11 44 204 135 111 0 60 343 127 34
Binary 1001 100100 10000100 1011101 1001001 0 110000 11100011 1010111 11100

Color Harmonies of #092484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092484

Black with #092484

Text Example


Text Example

White with #092484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092484; }

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

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

background-color css

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

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

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

border-color css

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

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

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