Html Css Color HEX #092885 Smalt

📋 copy color: '#092885'

red 9 ◦ green 40 ◦ blue 133

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

Shades of Smalt #092885

Tints of Smalt #092885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.98%

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

R = 4.95%
G = 21.98%
B = 73.08%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#092885 (or 0x092885) is known color: Smalt. HEX triplet: 09, 28 and 85. RGB value is (9,40,133). Sum of RGB (Red+Green+Blue) = 9+40+133=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #092885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092885 is #F6D77A. Grayscale: #282828. Windows color (decimal): -16177019 or 8726537. OLE color: 8726537.

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

Color convert

RGB 9 40 133 -
CMYK 0.93 0.70 0 0.48
HSL 225º 0.87% 0.28% -
HSV(B) 225º 0.93% 0.52% -
XYZ 5.11 3.27 22.55 -
YUV 41.33 179.73 104.94 -
System Red Green Blue C M Y K H S L
Decimal 9 40 133 0.93 0.70 0 0.48 225 0.87 0.28
Hex 9 28 85 5D 46 0 30 E1 57 1C
Octal 11 50 205 135 106 0 60 341 127 34
Binary 1001 101000 10000101 1011101 1000110 0 110000 11100001 1010111 11100

Color Harmonies of #092885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092885

Black with #092885

Text Example


Text Example

White with #092885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092885; }

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

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

background-color css

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

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

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

border-color css

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

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

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