Html Css Color HEX #092D9A Smalt

📋 copy color: '#092D9A'

red 9 ◦ green 45 ◦ blue 154

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

Shades of Smalt #092D9A

Tints of Smalt #092D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 74.04%

R = 4.33%
G = 21.63%
B = 74.04%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#092D9A (or 0x092D9A) is known color: Smalt. HEX triplet: 09, 2D and 9A. RGB value is (9,45,154). Sum of RGB (Red+Green+Blue) = 9+45+154=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #092D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D9A is #F6D265. Grayscale: #2E2E2E. Windows color (decimal): -16175718 or 10104073. OLE color: 10104073.

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

Color convert

RGB 9 45 154 -
CMYK 0.94 0.71 0 0.40
HSL 225.1º 0.89% 0.32% -
HSV(B) 225.1º 0.94% 0.6% -
XYZ 6.88 4.27 31.03 -
YUV 46.66 188.57 101.14 -
System Red Green Blue C M Y K H S L
Decimal 9 45 154 0.94 0.71 0 0.40 225.1 0.89 0.32
Hex 9 2D 9A 5E 47 0 28 E1 59 20
Octal 11 55 232 136 107 0 50 341 131 40
Binary 1001 101101 10011010 1011110 1000111 0 101000 11100001 1011001 100000

Color Harmonies of #092D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D9A

Black with #092D9A

Text Example


Text Example

White with #092D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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