#094CB2

Color #094CB2 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #094CB2

Tints of Cobalt #094CB2

Color information

#094CB2 (or 0x094CB2) is unknown color: approx Cobalt. HEX triplet: 09, 4C and B2. RGB value is (9,76,178). Sum of RGB (Red+Green+Blue) = 9+76+178=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #094CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CB2 is #F6B34D. Grayscale: #434343. Windows color (decimal): -16167758 or 11684873. OLE color: 11684873.

HSL color Cylindrical-coordinate representation of color #094CB2: hue angle of 216.21º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094CB2 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB976178-
CMYK0.950.5700.30
HSL216.21º90.37%36.67%-
HSV(B)216.21º94.94%69.8%-
XYZ10.738.4443.18-
YUV67.6190.386.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 178 (69.92% from 255) = 67.68%
R=3.42%
G=28.90%
B=67.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal9761780.950.5700.30216.2190.3736.67
Hex94CB25F3901Ed85a25
Octal111142621377103633013245
Binary10011001100101100101011111111001011110110110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #094CB2;
 }
 .AnyTagClassName
 {
   color: #094CB2;
 }
</style>
background-color css

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

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

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

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

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

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