Html Css Color HEX #092D94 Smalt

📋 copy color: '#092D94'

red 9 ◦ green 45 ◦ blue 148

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

Shades of Smalt #092D94

Tints of Smalt #092D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 73.27%

R = 4.46%
G = 22.28%
B = 73.27%

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

#092D94 (or 0x092D94) is known color: Smalt. HEX triplet: 09, 2D and 94. RGB value is (9,45,148). Sum of RGB (Red+Green+Blue) = 9+45+148=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #092D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D94 is #F6D26B. Grayscale: #2D2D2D. Windows color (decimal): -16175724 or 9710857. OLE color: 9710857.

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

Color convert

RGB 9 45 148 -
CMYK 0.94 0.70 0 0.42
HSL 224.46º 0.89% 0.31% -
HSV(B) 224.46º 0.94% 0.58% -
XYZ 6.4 4.07 28.47 -
YUV 45.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 9 45 148 0.94 0.70 0 0.42 224.46 0.89 0.31
Hex 9 2D 94 5E 46 0 2A E0 59 1F
Octal 11 55 224 136 106 0 52 340 131 37
Binary 1001 101101 10010100 1011110 1000110 0 101010 11100000 1011001 11111

Color Harmonies of #092D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D94

Black with #092D94

Text Example


Text Example

White with #092D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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