Html Css Color HEX #092D82 Smalt

📋 copy color: '#092D82'

red 9 ◦ green 45 ◦ blue 130

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

Shades of Smalt #092D82

Tints of Smalt #092D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 70.65%

R = 4.89%
G = 24.46%
B = 70.65%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#092D82 (or 0x092D82) is known color: Smalt. HEX triplet: 09, 2D and 82. RGB value is (9,45,130). Sum of RGB (Red+Green+Blue) = 9+45+130=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #092D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D82 is #F6D27D. Grayscale: #2B2B2B. Windows color (decimal): -16175742 or 8531209. OLE color: 8531209.

HSL color Cylindrical-coordinate representation of color #092D82: hue angle of 222.15º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092D82 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 45 130 -
CMYK 0.93 0.65 0 0.49
HSL 222.15º 0.87% 0.27% -
HSV(B) 222.15º 0.93% 0.51% -
XYZ 5.08 3.55 21.54 -
YUV 43.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 9 45 130 0.93 0.65 0 0.49 222.15 0.87 0.27
Hex 9 2D 82 5D 41 0 31 DE 57 1B
Octal 11 55 202 135 101 0 61 336 127 33
Binary 1001 101101 10000010 1011101 1000001 0 110001 11011110 1010111 11011

Color Harmonies of #092D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D82

Black with #092D82

Text Example


Text Example

White with #092D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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