Html Css Color HEX #094E9F Cobalt

📋 copy color: '#094E9F'

red 9 ◦ green 78 ◦ blue 159

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

Shades of Cobalt #094E9F

Tints of Cobalt #094E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 3.66%
G = 31.71%
B = 64.63%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#094E9F (or 0x094E9F) is known color: Cobalt. HEX triplet: 09, 4E and 9F. RGB value is (9,78,159). Sum of RGB (Red+Green+Blue) = 9+78+159=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #094E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094E9F is #F6B160. Grayscale: #424242. Windows color (decimal): -16167265 or 10440201. OLE color: 10440201.

HSL color Cylindrical-coordinate representation of color #094E9F: hue angle of 212.4º 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 #094E9F is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 78 159 -
CMYK 0.94 0.51 0 0.38
HSL 212.4º 0.89% 0.33% -
HSV(B) 212.4º 0.94% 0.62% -
XYZ 9.1 8.01 33.87 -
YUV 66.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 9 78 159 0.94 0.51 0 0.38 212.4 0.89 0.33
Hex 9 4E 9F 5E 33 0 26 D4 59 21
Octal 11 116 237 136 63 0 46 324 131 41
Binary 1001 1001110 10011111 1011110 110011 0 100110 11010100 1011001 100001

Color Harmonies of #094E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E9F

Black with #094E9F

Text Example


Text Example

White with #094E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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