Html Css Color HEX #092D9B Smalt

📋 copy color: '#092D9B'

red 9 ◦ green 45 ◦ blue 155

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

Shades of Smalt #092D9B

Tints of Smalt #092D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.16%

R = 4.31%
G = 21.53%
B = 74.16%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#092D9B (or 0x092D9B) is known color: Smalt. HEX triplet: 09, 2D and 9B. RGB value is (9,45,155). Sum of RGB (Red+Green+Blue) = 9+45+155=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #092D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D9B is #F6D264. Grayscale: #2E2E2E. Windows color (decimal): -16175717 or 10169609. OLE color: 10169609.

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

Color convert

RGB 9 45 155 -
CMYK 0.94 0.71 0 0.39
HSL 225.21º 0.89% 0.32% -
HSV(B) 225.21º 0.94% 0.61% -
XYZ 6.97 4.3 31.47 -
YUV 46.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 9 45 155 0.94 0.71 0 0.39 225.21 0.89 0.32
Hex 9 2D 9B 5E 47 0 27 E1 59 20
Octal 11 55 233 136 107 0 47 341 131 40
Binary 1001 101101 10011011 1011110 1000111 0 100111 11100001 1011001 100000

Color Harmonies of #092D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D9B

Black with #092D9B

Text Example


Text Example

White with #092D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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