Html Css Color HEX #092C82 Smalt

📋 copy color: '#092C82'

red 9 ◦ green 44 ◦ blue 130

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

Shades of Smalt #092C82

Tints of Smalt #092C82

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.04%

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

R = 4.92%
G = 24.04%
B = 71.04%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#092C82 (or 0x092C82) is known color: Smalt. HEX triplet: 09, 2C and 82. RGB value is (9,44,130). Sum of RGB (Red+Green+Blue) = 9+44+130=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #092C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C82 is #F6D37D. Grayscale: #2A2A2A. Windows color (decimal): -16175998 or 8530953. OLE color: 8530953.

HSL color Cylindrical-coordinate representation of color #092C82: hue angle of 222.64º 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 #092C82 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 44 130 -
CMYK 0.93 0.66 0 0.49
HSL 222.64º 0.87% 0.27% -
HSV(B) 222.64º 0.93% 0.51% -
XYZ 5.04 3.47 21.52 -
YUV 43.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 9 44 130 0.93 0.66 0 0.49 222.64 0.87 0.27
Hex 9 2C 82 5D 42 0 31 DF 57 1B
Octal 11 54 202 135 102 0 61 337 127 33
Binary 1001 101100 10000010 1011101 1000010 0 110001 11011111 1010111 11011

Color Harmonies of #092C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C82

Black with #092C82

Text Example


Text Example

White with #092C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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