Html Css Color HEX #092886 Smalt

📋 copy color: '#092886'

red 9 ◦ green 40 ◦ blue 134

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

Shades of Smalt #092886

Tints of Smalt #092886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 73.22%

R = 4.92%
G = 21.86%
B = 73.22%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#092886 (or 0x092886) is known color: Smalt. HEX triplet: 09, 28 and 86. RGB value is (9,40,134). Sum of RGB (Red+Green+Blue) = 9+40+134=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #092886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092886 is #F6D779. Grayscale: #292929. Windows color (decimal): -16177018 or 8792073. OLE color: 8792073.

HSL color Cylindrical-coordinate representation of color #092886: hue angle of 225.12º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092886 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 40 134 -
CMYK 0.93 0.70 0 0.47
HSL 225.12º 0.87% 0.28% -
HSV(B) 225.12º 0.93% 0.53% -
XYZ 5.17 3.3 22.92 -
YUV 41.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 9 40 134 0.93 0.70 0 0.47 225.12 0.87 0.28
Hex 9 28 86 5D 46 0 2F E1 57 1C
Octal 11 50 206 135 106 0 57 341 127 34
Binary 1001 101000 10000110 1011101 1000110 0 101111 11100001 1010111 11100

Color Harmonies of #092886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092886

Black with #092886

Text Example


Text Example

White with #092886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092886; }

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

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

background-color css

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

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

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

border-color css

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

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

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