Html Css Color HEX #092485 Smalt

📋 copy color: '#092485'

red 9 ◦ green 36 ◦ blue 133

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

Shades of Smalt #092485

Tints of Smalt #092485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

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

R = 5.06%
G = 20.22%
B = 74.72%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#092485 (or 0x092485) is known color: Smalt. HEX triplet: 09, 24 and 85. RGB value is (9,36,133). Sum of RGB (Red+Green+Blue) = 9+36+133=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #092485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092485 is #F6DB7A. Grayscale: #262626. Windows color (decimal): -16178043 or 8725513. OLE color: 8725513.

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

Color convert

RGB 9 36 133 -
CMYK 0.93 0.73 0 0.48
HSL 226.94º 0.87% 0.28% -
HSV(B) 226.94º 0.93% 0.52% -
XYZ 4.98 3.01 22.51 -
YUV 38.99 181.05 106.61 -
System Red Green Blue C M Y K H S L
Decimal 9 36 133 0.93 0.73 0 0.48 226.94 0.87 0.28
Hex 9 24 85 5D 49 0 30 E3 57 1C
Octal 11 44 205 135 111 0 60 343 127 34
Binary 1001 100100 10000101 1011101 1001001 0 110000 11100011 1010111 11100

Color Harmonies of #092485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092485

Black with #092485

Text Example


Text Example

White with #092485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092485; }

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

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

background-color css

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

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

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

border-color css

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

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

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