Html Css Color HEX #094298 Smalt

📋 copy color: '#094298'

red 9 ◦ green 66 ◦ blue 152

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

Shades of Smalt #094298

Tints of Smalt #094298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 3.96%
G = 29.07%
B = 66.96%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#094298 (or 0x094298) is known color: Smalt. HEX triplet: 09, 42 and 98. RGB value is (9,66,152). Sum of RGB (Red+Green+Blue) = 9+66+152=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #094298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094298 is #F6BD67. Grayscale: #3A3A3A. Windows color (decimal): -16170344 or 9978377. OLE color: 9978377.

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

Color convert

RGB 9 66 152 -
CMYK 0.94 0.57 0 0.40
HSL 216.08º 0.89% 0.32% -
HSV(B) 216.08º 0.94% 0.6% -
XYZ 7.73 6.22 30.5 -
YUV 58.76 180.62 92.51 -
System Red Green Blue C M Y K H S L
Decimal 9 66 152 0.94 0.57 0 0.40 216.08 0.89 0.32
Hex 9 42 98 5E 39 0 28 D8 59 20
Octal 11 102 230 136 71 0 50 330 131 40
Binary 1001 1000010 10011000 1011110 111001 0 101000 11011000 1011001 100000

Color Harmonies of #094298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094298

Black with #094298

Text Example


Text Example

White with #094298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094298; }

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

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

background-color css

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

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

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

border-color css

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

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

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