Html Css Color HEX #092795 Smalt

📋 copy color: '#092795'

red 9 ◦ green 39 ◦ blue 149

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

Shades of Smalt #092795

Tints of Smalt #092795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.8%

 BLUE value IS 149 (58.59% from 255) = 75.63%

R = 4.57%
G = 19.8%
B = 75.63%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092795 (or 0x092795) is known color: Smalt. HEX triplet: 09, 27 and 95. RGB value is (9,39,149). Sum of RGB (Red+Green+Blue) = 9+39+149=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #092795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092795 is #F6D86A. Grayscale: #2A2A2A. Windows color (decimal): -16177259 or 9774857. OLE color: 9774857.

HSL color Cylindrical-coordinate representation of color #092795: hue angle of 227.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092795 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 39 149 -
CMYK 0.94 0.74 0 0.42
HSL 227.14º 0.89% 0.31% -
HSV(B) 227.14º 0.94% 0.58% -
XYZ 6.26 3.68 28.81 -
YUV 42.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 9 39 149 0.94 0.74 0 0.42 227.14 0.89 0.31
Hex 9 27 95 5E 4A 0 2A E3 59 1F
Octal 11 47 225 136 112 0 52 343 131 37
Binary 1001 100111 10010101 1011110 1001010 0 101010 11100011 1011001 11111

Color Harmonies of #092795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092795

Black with #092795

Text Example


Text Example

White with #092795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092795; }

 p { color: rgb(9,39,149); }

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

background-color css

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

 a { background-color: rgb(9,39,149); }

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

border-color css

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

 span { border-color: rgb(9,39,149); }

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