Html Css Color HEX #092995 Smalt

📋 copy color: '#092995'

red 9 ◦ green 41 ◦ blue 149

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

Shades of Smalt #092995

Tints of Smalt #092995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.6%

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

R = 4.52%
G = 20.6%
B = 74.87%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092995 (or 0x092995) is known color: Smalt. HEX triplet: 09, 29 and 95. RGB value is (9,41,149). Sum of RGB (Red+Green+Blue) = 9+41+149=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #092995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092995 is #F6D66A. Grayscale: #2B2B2B. Windows color (decimal): -16176747 or 9775369. OLE color: 9775369.

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

Color convert

RGB 9 41 149 -
CMYK 0.94 0.72 0 0.42
HSL 226.29º 0.89% 0.31% -
HSV(B) 226.29º 0.94% 0.58% -
XYZ 6.33 3.81 28.84 -
YUV 43.74 187.4 103.22 -
System Red Green Blue C M Y K H S L
Decimal 9 41 149 0.94 0.72 0 0.42 226.29 0.89 0.31
Hex 9 29 95 5E 48 0 2A E2 59 1F
Octal 11 51 225 136 110 0 52 342 131 37
Binary 1001 101001 10010101 1011110 1001000 0 101010 11100010 1011001 11111

Color Harmonies of #092995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092995

Black with #092995

Text Example


Text Example

White with #092995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092995; }

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

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

background-color css

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

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

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

border-color css

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

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

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