Html Css Color HEX #092295 Smalt

📋 copy color: '#092295'

red 9 ◦ green 34 ◦ blue 149

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

Shades of Smalt #092295

Tints of Smalt #092295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 77.6%

R = 4.69%
G = 17.71%
B = 77.6%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092295 (or 0x092295) is known color: Smalt. HEX triplet: 09, 22 and 95. RGB value is (9,34,149). Sum of RGB (Red+Green+Blue) = 9+34+149=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #092295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092295 is #F6DD6A. Grayscale: #272727. Windows color (decimal): -16178539 or 9773577. OLE color: 9773577.

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

Color convert

RGB 9 34 149 -
CMYK 0.94 0.77 0 0.42
HSL 229.29º 0.89% 0.31% -
HSV(B) 229.29º 0.94% 0.58% -
XYZ 6.11 3.37 28.76 -
YUV 39.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 9 34 149 0.94 0.77 0 0.42 229.29 0.89 0.31
Hex 9 22 95 5E 4D 0 2A E5 59 1F
Octal 11 42 225 136 115 0 52 345 131 37
Binary 1001 100010 10010101 1011110 1001101 0 101010 11100101 1011001 11111

Color Harmonies of #092295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092295

Black with #092295

Text Example


Text Example

White with #092295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092295; }

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

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

background-color css

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

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

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

border-color css

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

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

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