Html Css Color HEX #093092 Smalt

📋 copy color: '#093092'

red 9 ◦ green 48 ◦ blue 146

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

Shades of Smalt #093092

Tints of Smalt #093092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 146 (57.42% from 255) = 71.92%

R = 4.43%
G = 23.65%
B = 71.92%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093092 (or 0x093092) is known color: Smalt. HEX triplet: 09, 30 and 92. RGB value is (9,48,146). Sum of RGB (Red+Green+Blue) = 9+48+146=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #093092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093092 is #F6CF6D. Grayscale: #2F2F2F. Windows color (decimal): -16174958 or 9580553. OLE color: 9580553.

HSL color Cylindrical-coordinate representation of color #093092: hue angle of 222.92º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093092 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 48 146 -
CMYK 0.94 0.67 0 0.43
HSL 222.92º 0.88% 0.3% -
HSV(B) 222.92º 0.94% 0.57% -
XYZ 6.36 4.25 27.68 -
YUV 47.51 183.58 100.53 -
System Red Green Blue C M Y K H S L
Decimal 9 48 146 0.94 0.67 0 0.43 222.92 0.88 0.3
Hex 9 30 92 5E 43 0 2B DF 58 1E
Octal 11 60 222 136 103 0 53 337 130 36
Binary 1001 110000 10010010 1011110 1000011 0 101011 11011111 1011000 11110

Color Harmonies of #093092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093092

Black with #093092

Text Example


Text Example

White with #093092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093092; }

 p { color: rgb(9,48,146); }

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

background-color css

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

 a { background-color: rgb(9,48,146); }

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

border-color css

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

 span { border-color: rgb(9,48,146); }

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