Html Css Color HEX #094598 Cobalt

📋 copy color: '#094598'

red 9 ◦ green 69 ◦ blue 152

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

Shades of Cobalt #094598

Tints of Cobalt #094598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

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

R = 3.91%
G = 30%
B = 66.09%

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

#094598 (or 0x094598) is known color: Cobalt. HEX triplet: 09, 45 and 98. RGB value is (9,69,152). Sum of RGB (Red+Green+Blue) = 9+69+152=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #094598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094598 is #F6BA67. Grayscale: #3C3C3C. Windows color (decimal): -16169576 or 9979145. OLE color: 9979145.

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

Color convert

RGB 9 69 152 -
CMYK 0.94 0.55 0 0.40
HSL 214.83º 0.89% 0.32% -
HSV(B) 214.83º 0.94% 0.6% -
XYZ 7.91 6.58 30.56 -
YUV 60.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 9 69 152 0.94 0.55 0 0.40 214.83 0.89 0.32
Hex 9 45 98 5E 37 0 28 D7 59 20
Octal 11 105 230 136 67 0 50 327 131 40
Binary 1001 1000101 10011000 1011110 110111 0 101000 11010111 1011001 100000

Color Harmonies of #094598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094598

Black with #094598

Text Example


Text Example

White with #094598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094598; }

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

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

background-color css

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

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

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

border-color css

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

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

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