Html Css Color HEX #092C95 Smalt

📋 copy color: '#092C95'

red 9 ◦ green 44 ◦ blue 149

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

Shades of Smalt #092C95

Tints of Smalt #092C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

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

R = 4.46%
G = 21.78%
B = 73.76%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#092C95 (or 0x092C95) is known color: Smalt. HEX triplet: 09, 2C and 95. RGB value is (9,44,149). Sum of RGB (Red+Green+Blue) = 9+44+149=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #092C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C95 is #F6D36A. Grayscale: #2D2D2D. Windows color (decimal): -16175979 or 9776137. OLE color: 9776137.

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

Color convert

RGB 9 44 149 -
CMYK 0.94 0.70 0 0.42
HSL 225º 0.89% 0.31% -
HSV(B) 225º 0.94% 0.58% -
XYZ 6.44 4.03 28.87 -
YUV 45.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 9 44 149 0.94 0.70 0 0.42 225 0.89 0.31
Hex 9 2C 95 5E 46 0 2A E1 59 1F
Octal 11 54 225 136 106 0 52 341 131 37
Binary 1001 101100 10010101 1011110 1000110 0 101010 11100001 1011001 11111

Color Harmonies of #092C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C95

Black with #092C95

Text Example


Text Example

White with #092C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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