Html Css Color HEX #092585 Smalt

📋 copy color: '#092585'

red 9 ◦ green 37 ◦ blue 133

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

Shades of Smalt #092585

Tints of Smalt #092585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

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

R = 5.03%
G = 20.67%
B = 74.3%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#092585 (or 0x092585) is known color: Smalt. HEX triplet: 09, 25 and 85. RGB value is (9,37,133). Sum of RGB (Red+Green+Blue) = 9+37+133=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #092585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092585 is #F6DA7A. Grayscale: #272727. Windows color (decimal): -16177787 or 8725769. OLE color: 8725769.

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

Color convert

RGB 9 37 133 -
CMYK 0.93 0.72 0 0.48
HSL 226.45º 0.87% 0.28% -
HSV(B) 226.45º 0.93% 0.52% -
XYZ 5.01 3.07 22.52 -
YUV 39.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 9 37 133 0.93 0.72 0 0.48 226.45 0.87 0.28
Hex 9 25 85 5D 48 0 30 E2 57 1C
Octal 11 45 205 135 110 0 60 342 127 34
Binary 1001 100101 10000101 1011101 1001000 0 110000 11100010 1010111 11100

Color Harmonies of #092585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092585

Black with #092585

Text Example


Text Example

White with #092585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092585; }

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

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

background-color css

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

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

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

border-color css

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

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

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