#0844BB

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

Shades of Cobalt #0844BB

Tints of Cobalt #0844BB

Color information

#0844BB (or 0x0844BB) is unknown color: approx Cobalt. HEX triplet: 08, 44 and BB. RGB value is (8,68,187). Sum of RGB (Red+Green+Blue) = 8+68+187=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #0844BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0844BB is #F7BB44. Grayscale: #3F3F3F. Windows color (decimal): -16235333 or 12272648. OLE color: 12272648.

HSL color Cylindrical-coordinate representation of color #0844BB: hue angle of 219.89º 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 #0844BB is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB868187-
CMYK0.960.6400.27
HSL219.89º91.79%38.24%-
HSV(B)219.89º95.72%73.33%-
XYZ11.147.7747.93-
YUV63.63197.6288.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.04%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 187 (73.44% from 255) = 71.10%
R=3.04%
G=25.86%
B=71.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8681870.960.6400.27219.8991.7938.24
Hex844BB604001Bdc5c26
Octal1010427314010003333413446
Binary100010001001011101111000001000000011011110111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0844BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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