#094CB0

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

Shades of Cobalt #094CB0

Tints of Cobalt #094CB0

Color information

#094CB0 (or 0x094CB0) is unknown color: approx Cobalt. HEX triplet: 09, 4C and B0. RGB value is (9,76,176). Sum of RGB (Red+Green+Blue) = 9+76+176=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #094CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CB0 is #F6B34F. Grayscale: #424242. Windows color (decimal): -16167760 or 11553801. OLE color: 11553801.

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

Color convert

RGB976176-
CMYK0.950.5700.31
HSL215.93º90.27%36.27%-
HSV(B)215.93º94.89%69.02%-
XYZ10.538.3642.13-
YUV67.37189.386.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 176 (69.14% from 255) = 67.43%
R=3.45%
G=29.12%
B=67.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9761760.950.5700.31215.9390.2736.27
Hex94CB05F3901Fd85a24
Octal111142601377103733013244
Binary10011001100101100001011111111001011111110110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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