#094BBD

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

Shades of Cobalt #094BBD

Tints of Cobalt #094BBD

Color information

#094BBD (or 0x094BBD) is unknown color: approx Cobalt. HEX triplet: 09, 4B and BD. RGB value is (9,75,189). Sum of RGB (Red+Green+Blue) = 9+75+189=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #094BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BBD is #F6B442. Grayscale: #434343. Windows color (decimal): -16168003 or 12405513. OLE color: 12405513.

HSL color Cylindrical-coordinate representation of color #094BBD: hue angle of 218º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094BBD is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB975189-
CMYK0.950.6000.26
HSL218º90.91%38.82%-
HSV(B)218º95.24%74.12%-
XYZ11.818.7649.21-
YUV68.26196.1385.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 189 (74.22% from 255) = 69.23%
R=3.30%
G=27.47%
B=69.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9751890.950.6000.2621890.9138.82
Hex94BBD5F3C01Ada5b27
Octal111132751377403233213347
Binary10011001011101111011011111111100011010110110101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,75,189); }

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

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

 a { background-color: rgb(9,75,189); }

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

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

 span { border-color: rgb(9,75,189); }

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