Html Css Color HEX #092D98 Smalt

📋 copy color: '#092D98'

red 9 ◦ green 45 ◦ blue 152

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

Shades of Smalt #092D98

Tints of Smalt #092D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 73.79%

R = 4.37%
G = 21.84%
B = 73.79%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#092D98 (or 0x092D98) is known color: Smalt. HEX triplet: 09, 2D and 98. RGB value is (9,45,152). Sum of RGB (Red+Green+Blue) = 9+45+152=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #092D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D98 is #F6D267. Grayscale: #2D2D2D. Windows color (decimal): -16175720 or 9973001. OLE color: 9973001.

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

Color convert

RGB 9 45 152 -
CMYK 0.94 0.70 0 0.40
HSL 224.9º 0.89% 0.32% -
HSV(B) 224.9º 0.94% 0.6% -
XYZ 6.72 4.2 30.16 -
YUV 46.43 187.57 101.3 -
System Red Green Blue C M Y K H S L
Decimal 9 45 152 0.94 0.70 0 0.40 224.9 0.89 0.32
Hex 9 2D 98 5E 46 0 28 E1 59 20
Octal 11 55 230 136 106 0 50 341 131 40
Binary 1001 101101 10011000 1011110 1000110 0 101000 11100001 1011001 100000

Color Harmonies of #092D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D98

Black with #092D98

Text Example


Text Example

White with #092D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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