Html Css Color HEX #092D99 Smalt

📋 copy color: '#092D99'

red 9 ◦ green 45 ◦ blue 153

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

Shades of Smalt #092D99

Tints of Smalt #092D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 73.91%

R = 4.35%
G = 21.74%
B = 73.91%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#092D99 (or 0x092D99) is known color: Smalt. HEX triplet: 09, 2D and 99. RGB value is (9,45,153). Sum of RGB (Red+Green+Blue) = 9+45+153=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #092D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D99 is #F6D266. Grayscale: #2E2E2E. Windows color (decimal): -16175719 or 10038537. OLE color: 10038537.

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

Color convert

RGB 9 45 153 -
CMYK 0.94 0.71 0 0.4
HSL 225º 0.89% 0.32% -
HSV(B) 225º 0.94% 0.6% -
XYZ 6.8 4.23 30.6 -
YUV 46.55 188.07 101.22 -
System Red Green Blue C M Y K H S L
Decimal 9 45 153 0.94 0.71 0 0.4 225 0.89 0.32
Hex 9 2D 99 5E 47 0 28 E1 59 20
Octal 11 55 231 136 107 0 50 341 131 40
Binary 1001 101101 10011001 1011110 1000111 0 101000 11100001 1011001 100000

Color Harmonies of #092D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D99

Black with #092D99

Text Example


Text Example

White with #092D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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