Html Css Color HEX #093098 Smalt

📋 copy color: '#093098'

red 9 ◦ green 48 ◦ blue 152

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

Shades of Smalt #093098

Tints of Smalt #093098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.73%

R = 4.31%
G = 22.97%
B = 72.73%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#093098 (or 0x093098) is known color: Smalt. HEX triplet: 09, 30 and 98. RGB value is (9,48,152). Sum of RGB (Red+Green+Blue) = 9+48+152=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #093098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093098 is #F6CF67. Grayscale: #2F2F2F. Windows color (decimal): -16174952 or 9973769. OLE color: 9973769.

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

Color convert

RGB 9 48 152 -
CMYK 0.94 0.68 0 0.40
HSL 223.64º 0.89% 0.32% -
HSV(B) 223.64º 0.94% 0.6% -
XYZ 6.84 4.44 30.2 -
YUV 48.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 9 48 152 0.94 0.68 0 0.40 223.64 0.89 0.32
Hex 9 30 98 5E 44 0 28 E0 59 20
Octal 11 60 230 136 104 0 50 340 131 40
Binary 1001 110000 10011000 1011110 1000100 0 101000 11100000 1011001 100000

Color Harmonies of #093098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093098

Black with #093098

Text Example


Text Example

White with #093098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093098; }

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

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

background-color css

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

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

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

border-color css

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

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

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