Html Css Color HEX #092992 Smalt

📋 copy color: '#092992'

red 9 ◦ green 41 ◦ blue 146

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

Shades of Smalt #092992

Tints of Smalt #092992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 146 (57.42% from 255) = 74.49%

R = 4.59%
G = 20.92%
B = 74.49%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#092992 (or 0x092992) is known color: Smalt. HEX triplet: 09, 29 and 92. RGB value is (9,41,146). Sum of RGB (Red+Green+Blue) = 9+41+146=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #092992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092992 is #F6D66D. Grayscale: #2A2A2A. Windows color (decimal): -16176750 or 9578761. OLE color: 9578761.

HSL color Cylindrical-coordinate representation of color #092992: hue angle of 225.99º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092992 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 41 146 -
CMYK 0.94 0.72 0 0.43
HSL 225.99º 0.88% 0.3% -
HSV(B) 225.99º 0.94% 0.57% -
XYZ 6.09 3.72 27.59 -
YUV 43.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 9 41 146 0.94 0.72 0 0.43 225.99 0.88 0.3
Hex 9 29 92 5E 48 0 2B E2 58 1E
Octal 11 51 222 136 110 0 53 342 130 36
Binary 1001 101001 10010010 1011110 1001000 0 101011 11100010 1011000 11110

Color Harmonies of #092992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092992

Black with #092992

Text Example


Text Example

White with #092992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092992; }

 p { color: rgb(9,41,146); }

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

background-color css

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

 a { background-color: rgb(9,41,146); }

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

border-color css

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

 span { border-color: rgb(9,41,146); }

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