#0845BB

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

Shades of Cobalt #0845BB

Tints of Cobalt #0845BB

Color information

#0845BB (or 0x0845BB) is unknown color: approx Cobalt. HEX triplet: 08, 45 and BB. RGB value is (8,69,187). Sum of RGB (Red+Green+Blue) = 8+69+187=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #0845BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0845BB is #F7BA44. Grayscale: #3F3F3F. Windows color (decimal): -16235077 or 12272904. OLE color: 12272904.

HSL color Cylindrical-coordinate representation of color #0845BB: hue angle of 219.55º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0845BB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB869187-
CMYK0.960.6300.27
HSL219.55º91.79%38.24%-
HSV(B)219.55º95.72%73.33%-
XYZ11.27.947.95-
YUV64.21197.2987.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.03%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 187 (73.44% from 255) = 70.83%
R=3.03%
G=26.14%
B=70.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8691870.960.6300.27219.5591.7938.24
Hex845BB603F01Bdc5c26
Octal101052731407703333413446
Binary10001000101101110111100000111111011011110111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0845BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0845BB; }

 p { color: rgb(8,69,187); }

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

<style>
 a { background-color: #0845BB; }

 a { background-color: rgb(8,69,187); }

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

<style>
 span { border-color: #0845BB; }

 span { border-color: rgb(8,69,187); }

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