Html Css Color HEX #094C9F Cobalt

📋 copy color: '#094C9F'

red 9 ◦ green 76 ◦ blue 159

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

Shades of Cobalt #094C9F

Tints of Cobalt #094C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

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

R = 3.69%
G = 31.15%
B = 65.16%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#094C9F (or 0x094C9F) is known color: Cobalt. HEX triplet: 09, 4C and 9F. RGB value is (9,76,159). Sum of RGB (Red+Green+Blue) = 9+76+159=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #094C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C9F is #F6B360. Grayscale: #414141. Windows color (decimal): -16167777 or 10439689. OLE color: 10439689.

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

Color convert

RGB 9 76 159 -
CMYK 0.94 0.52 0 0.38
HSL 213.2º 0.89% 0.33% -
HSV(B) 213.2º 0.94% 0.62% -
XYZ 8.96 7.73 33.82 -
YUV 65.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 9 76 159 0.94 0.52 0 0.38 213.2 0.89 0.33
Hex 9 4C 9F 5E 34 0 26 D5 59 21
Octal 11 114 237 136 64 0 46 325 131 41
Binary 1001 1001100 10011111 1011110 110100 0 100110 11010101 1011001 100001

Color Harmonies of #094C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C9F

Black with #094C9F

Text Example


Text Example

White with #094C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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