Html Css Color HEX #092D95 Smalt

📋 copy color: '#092D95'

red 9 ◦ green 45 ◦ blue 149

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

Shades of Smalt #092D95

Tints of Smalt #092D95

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

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

R = 4.43%
G = 22.17%
B = 73.4%

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

#092D95 (or 0x092D95) is known color: Smalt. HEX triplet: 09, 2D and 95. RGB value is (9,45,149). Sum of RGB (Red+Green+Blue) = 9+45+149=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #092D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D95 is #F6D26A. Grayscale: #2D2D2D. Windows color (decimal): -16175723 or 9776393. OLE color: 9776393.

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

Color convert

RGB 9 45 149 -
CMYK 0.94 0.70 0 0.42
HSL 224.57º 0.89% 0.31% -
HSV(B) 224.57º 0.94% 0.58% -
XYZ 6.48 4.1 28.88 -
YUV 46.09 186.07 101.54 -
System Red Green Blue C M Y K H S L
Decimal 9 45 149 0.94 0.70 0 0.42 224.57 0.89 0.31
Hex 9 2D 95 5E 46 0 2A E1 59 1F
Octal 11 55 225 136 106 0 52 341 131 37
Binary 1001 101101 10010101 1011110 1000110 0 101010 11100001 1011001 11111

Color Harmonies of #092D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D95

Black with #092D95

Text Example


Text Example

White with #092D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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