Html Css Color HEX #094E9D Cobalt

📋 copy color: '#094E9D'

red 9 ◦ green 78 ◦ blue 157

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

Shades of Cobalt #094E9D

Tints of Cobalt #094E9D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.97%

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 3.69%
G = 31.97%
B = 64.34%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#094E9D (or 0x094E9D) is known color: Cobalt. HEX triplet: 09, 4E and 9D. RGB value is (9,78,157). Sum of RGB (Red+Green+Blue) = 9+78+157=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #094E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094E9D is #F6B162. Grayscale: #414141. Windows color (decimal): -16167267 or 10309129. OLE color: 10309129.

HSL color Cylindrical-coordinate representation of color #094E9D: hue angle of 212.03º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094E9D is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 78 157 -
CMYK 0.94 0.50 0 0.38
HSL 212.03º 0.89% 0.33% -
HSV(B) 212.03º 0.94% 0.62% -
XYZ 8.92 7.94 32.96 -
YUV 66.38 179.14 87.08 -
System Red Green Blue C M Y K H S L
Decimal 9 78 157 0.94 0.50 0 0.38 212.03 0.89 0.33
Hex 9 4E 9D 5E 32 0 26 D4 59 21
Octal 11 116 235 136 62 0 46 324 131 41
Binary 1001 1001110 10011101 1011110 110010 0 100110 11010100 1011001 100001

Color Harmonies of #094E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E9D

Black with #094E9D

Text Example


Text Example

White with #094E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094E9D; }

 p { color: rgb(9,78,157); }

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

background-color css

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

 a { background-color: rgb(9,78,157); }

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

border-color css

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

 span { border-color: rgb(9,78,157); }

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