Html Css Color HEX #094498 Smalt

📋 copy color: '#094498'

red 9 ◦ green 68 ◦ blue 152

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

Shades of Smalt #094498

Tints of Smalt #094498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 3.93%
G = 29.69%
B = 66.38%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#094498 (or 0x094498) is known color: Smalt. HEX triplet: 09, 44 and 98. RGB value is (9,68,152). Sum of RGB (Red+Green+Blue) = 9+68+152=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #094498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094498 is #F6BB67. Grayscale: #3B3B3B. Windows color (decimal): -16169832 or 9978889. OLE color: 9978889.

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

Color convert

RGB 9 68 152 -
CMYK 0.94 0.55 0 0.40
HSL 215.24º 0.89% 0.32% -
HSV(B) 215.24º 0.94% 0.6% -
XYZ 7.85 6.46 30.54 -
YUV 59.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 9 68 152 0.94 0.55 0 0.40 215.24 0.89 0.32
Hex 9 44 98 5E 37 0 28 D7 59 20
Octal 11 104 230 136 67 0 50 327 131 40
Binary 1001 1000100 10011000 1011110 110111 0 101000 11010111 1011001 100000

Color Harmonies of #094498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094498

Black with #094498

Text Example


Text Example

White with #094498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094498; }

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

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

background-color css

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

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

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

border-color css

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

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

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