#0846BC

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

Shades of Cobalt #0846BC

Tints of Cobalt #0846BC

Color information

#0846BC (or 0x0846BC) is unknown color: approx Cobalt. HEX triplet: 08, 46 and BC. RGB value is (8,70,188). Sum of RGB (Red+Green+Blue) = 8+70+188=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #0846BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0846BC is #F7B943. Grayscale: #404040. Windows color (decimal): -16234820 or 12338696. OLE color: 12338696.

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

Color convert

RGB870188-
CMYK0.960.6300.26
HSL219.33º91.84%38.43%-
HSV(B)219.33º95.74%73.73%-
XYZ11.378.0648.53-
YUV64.91197.4687.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.01%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 188 (73.83% from 255) = 70.68%
R=3.01%
G=26.32%
B=70.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8701880.960.6300.26219.3391.8438.43
Hex846BC603F01Adb5c26
Octal101062741407703233313446
Binary10001000110101111001100000111111011010110110111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0846BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0846BC; }

 p { color: rgb(8,70,188); }

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

<style>
 a { background-color: #0846BC; }

 a { background-color: rgb(8,70,188); }

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

<style>
 span { border-color: #0846BC; }

 span { border-color: rgb(8,70,188); }

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