Html Css Color HEX #093090 Smalt

📋 copy color: '#093090'

red 9 ◦ green 48 ◦ blue 144

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

Shades of Smalt #093090

Tints of Smalt #093090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 71.64%

R = 4.48%
G = 23.88%
B = 71.64%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#093090 (or 0x093090) is known color: Smalt. HEX triplet: 09, 30 and 90. RGB value is (9,48,144). Sum of RGB (Red+Green+Blue) = 9+48+144=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #093090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093090 is #F6CF6F. Grayscale: #2E2E2E. Windows color (decimal): -16174960 or 9449481. OLE color: 9449481.

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

Color convert

RGB 9 48 144 -
CMYK 0.94 0.67 0 0.44
HSL 222.67º 0.88% 0.3% -
HSV(B) 222.67º 0.94% 0.56% -
XYZ 6.2 4.19 26.87 -
YUV 47.28 182.58 100.69 -
System Red Green Blue C M Y K H S L
Decimal 9 48 144 0.94 0.67 0 0.44 222.67 0.88 0.3
Hex 9 30 90 5E 43 0 2C DF 58 1E
Octal 11 60 220 136 103 0 54 337 130 36
Binary 1001 110000 10010000 1011110 1000011 0 101100 11011111 1011000 11110

Color Harmonies of #093090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093090

Black with #093090

Text Example


Text Example

White with #093090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093090; }

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

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

background-color css

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

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

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

border-color css

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

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

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