Html Css Color HEX #094CB9 Cobalt

📋 copy color: '#094CB9'

red 9 ◦ green 76 ◦ blue 185

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

Shades of Cobalt #094CB9

Tints of Cobalt #094CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 68.52%

R = 3.33%
G = 28.15%
B = 68.52%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#094CB9 (or 0x094CB9) is known color: Cobalt. HEX triplet: 09, 4C and B9. RGB value is (9,76,185). Sum of RGB (Red+Green+Blue) = 9+76+185=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #094CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CB9 is #F6B346. Grayscale: #434343. Windows color (decimal): -16167751 or 12143625. OLE color: 12143625.

HSL color Cylindrical-coordinate representation of color #094CB9: hue angle of 217.16º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094CB9 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 76 185 -
CMYK 0.95 0.59 0 0.27
HSL 217.16º 0.91% 0.38% -
HSV(B) 217.16º 0.95% 0.73% -
XYZ 11.45 8.73 46.98 -
YUV 68.39 193.8 85.64 -
System Red Green Blue C M Y K H S L
Decimal 9 76 185 0.95 0.59 0 0.27 217.16 0.91 0.38
Hex 9 4C B9 5F 3B 0 1B D9 5B 26
Octal 11 114 271 137 73 0 33 331 133 46
Binary 1001 1001100 10111001 1011111 111011 0 11011 11011001 1011011 100110

Color Harmonies of #094CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CB9

Black with #094CB9

Text Example


Text Example

White with #094CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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