Html Css Color HEX #092296 Smalt

📋 copy color: '#092296'

red 9 ◦ green 34 ◦ blue 150

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

Shades of Smalt #092296

Tints of Smalt #092296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.62%

 BLUE value IS 150 (58.98% from 255) = 77.72%

R = 4.66%
G = 17.62%
B = 77.72%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#092296 (or 0x092296) is known color: Smalt. HEX triplet: 09, 22 and 96. RGB value is (9,34,150). Sum of RGB (Red+Green+Blue) = 9+34+150=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #092296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092296 is #F6DD69. Grayscale: #272727. Windows color (decimal): -16178538 or 9839113. OLE color: 9839113.

HSL color Cylindrical-coordinate representation of color #092296: hue angle of 229.36º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092296 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 34 150 -
CMYK 0.94 0.77 0 0.41
HSL 229.36º 0.89% 0.31% -
HSV(B) 229.36º 0.94% 0.59% -
XYZ 6.19 3.4 29.18 -
YUV 39.75 190.22 106.07 -
System Red Green Blue C M Y K H S L
Decimal 9 34 150 0.94 0.77 0 0.41 229.36 0.89 0.31
Hex 9 22 96 5E 4D 0 29 E5 59 1F
Octal 11 42 226 136 115 0 51 345 131 37
Binary 1001 100010 10010110 1011110 1001101 0 101001 11100101 1011001 11111

Color Harmonies of #092296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092296

Black with #092296

Text Example


Text Example

White with #092296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092296; }

 p { color: rgb(9,34,150); }

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

background-color css

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

 a { background-color: rgb(9,34,150); }

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

border-color css

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

 span { border-color: rgb(9,34,150); }

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