Html Css Color HEX #094898 Cobalt

📋 copy color: '#094898'

red 9 ◦ green 72 ◦ blue 152

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

Shades of Cobalt #094898

Tints of Cobalt #094898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 3.86%
G = 30.9%
B = 65.24%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#094898 (or 0x094898) is known color: Cobalt. HEX triplet: 09, 48 and 98. RGB value is (9,72,152). Sum of RGB (Red+Green+Blue) = 9+72+152=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #094898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094898 is #F6B767. Grayscale: #3D3D3D. Windows color (decimal): -16168808 or 9979913. OLE color: 9979913.

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

Color convert

RGB 9 72 152 -
CMYK 0.94 0.53 0 0.40
HSL 213.57º 0.89% 0.32% -
HSV(B) 213.57º 0.94% 0.6% -
XYZ 8.1 6.96 30.62 -
YUV 62.28 178.63 90 -
System Red Green Blue C M Y K H S L
Decimal 9 72 152 0.94 0.53 0 0.40 213.57 0.89 0.32
Hex 9 48 98 5E 35 0 28 D6 59 20
Octal 11 110 230 136 65 0 50 326 131 40
Binary 1001 1001000 10011000 1011110 110101 0 101000 11010110 1011001 100000

Color Harmonies of #094898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094898

Black with #094898

Text Example


Text Example

White with #094898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094898; }

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

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

background-color css

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

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

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

border-color css

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

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

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