Html Css Color HEX #092D96 Smalt

📋 copy color: '#092D96'

red 9 ◦ green 45 ◦ blue 150

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

Shades of Smalt #092D96

Tints of Smalt #092D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 73.53%

R = 4.41%
G = 22.06%
B = 73.53%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#092D96 (or 0x092D96) is known color: Smalt. HEX triplet: 09, 2D and 96. RGB value is (9,45,150). Sum of RGB (Red+Green+Blue) = 9+45+150=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #092D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D96 is #F6D269. Grayscale: #2D2D2D. Windows color (decimal): -16175722 or 9841929. OLE color: 9841929.

HSL color Cylindrical-coordinate representation of color #092D96: hue angle of 224.68º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092D96 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 45 150 -
CMYK 0.94 0.70 0 0.41
HSL 224.68º 0.89% 0.31% -
HSV(B) 224.68º 0.94% 0.59% -
XYZ 6.56 4.14 29.31 -
YUV 46.21 186.57 101.46 -
System Red Green Blue C M Y K H S L
Decimal 9 45 150 0.94 0.70 0 0.41 224.68 0.89 0.31
Hex 9 2D 96 5E 46 0 29 E1 59 1F
Octal 11 55 226 136 106 0 51 341 131 37
Binary 1001 101101 10010110 1011110 1000110 0 101001 11100001 1011001 11111

Color Harmonies of #092D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D96

Black with #092D96

Text Example


Text Example

White with #092D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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