Html Css Color HEX #092285 Smalt

📋 copy color: '#092285'

red 9 ◦ green 34 ◦ blue 133

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

Shades of Smalt #092285

Tints of Smalt #092285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 75.57%

R = 5.11%
G = 19.32%
B = 75.57%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#092285 (or 0x092285) is known color: Smalt. HEX triplet: 09, 22 and 85. RGB value is (9,34,133). Sum of RGB (Red+Green+Blue) = 9+34+133=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #092285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092285 is #F6DD7A. Grayscale: #252525. Windows color (decimal): -16178555 or 8725001. OLE color: 8725001.

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

Color convert

RGB 9 34 133 -
CMYK 0.93 0.74 0 0.48
HSL 227.9º 0.87% 0.28% -
HSV(B) 227.9º 0.93% 0.52% -
XYZ 4.92 2.9 22.49 -
YUV 37.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 9 34 133 0.93 0.74 0 0.48 227.9 0.87 0.28
Hex 9 22 85 5D 4A 0 30 E4 57 1C
Octal 11 42 205 135 112 0 60 344 127 34
Binary 1001 100010 10000101 1011101 1001010 0 110000 11100100 1010111 11100

Color Harmonies of #092285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092285

Black with #092285

Text Example


Text Example

White with #092285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092285; }

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

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

background-color css

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

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

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

border-color css

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

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

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