Html Css Color HEX #092E84 Smalt

📋 copy color: '#092E84'

red 9 ◦ green 46 ◦ blue 132

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

Shades of Smalt #092E84

Tints of Smalt #092E84

RGB

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

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

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

R = 4.81%
G = 24.6%
B = 70.59%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#092E84 (or 0x092E84) is known color: Smalt. HEX triplet: 09, 2E and 84. RGB value is (9,46,132). Sum of RGB (Red+Green+Blue) = 9+46+132=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #092E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E84 is #F6D17B. Grayscale: #2C2C2C. Windows color (decimal): -16175484 or 8662537. OLE color: 8662537.

HSL color Cylindrical-coordinate representation of color #092E84: hue angle of 221.95º 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 #092E84 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 46 132 -
CMYK 0.93 0.65 0 0.48
HSL 221.95º 0.87% 0.28% -
HSV(B) 221.95º 0.93% 0.52% -
XYZ 5.25 3.68 22.26 -
YUV 44.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 9 46 132 0.93 0.65 0 0.48 221.95 0.87 0.28
Hex 9 2E 84 5D 41 0 30 DE 57 1C
Octal 11 56 204 135 101 0 60 336 127 34
Binary 1001 101110 10000100 1011101 1000001 0 110000 11011110 1010111 11100

Color Harmonies of #092E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E84

Black with #092E84

Text Example


Text Example

White with #092E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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