Html Css Color HEX #0847B6 Cobalt

📋 copy color: '#0847B6'

red 8 ◦ green 71 ◦ blue 182

#0847B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0847B6

Tints of Cobalt #0847B6

RGB

 RED value IS 8 (3.52% from 255) = 3.07%

 GREEN value IS 71 (28.13% from 255) = 27.2%

 BLUE value IS 182 (71.48% from 255) = 69.73%

R = 3.07%
G = 27.2%
B = 69.73%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0847B6 (or 0x0847B6) is known color: Cobalt. HEX triplet: 08, 47 and B6. RGB value is (8,71,182). Sum of RGB (Red+Green+Blue) = 8+71+182=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #0847B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0847B6 is #F7B849. Grayscale: #404040. Windows color (decimal): -16234570 or 11945736. OLE color: 11945736.

HSL color Cylindrical-coordinate representation of color #0847B6: hue angle of 218.28º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0847B6 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 71 182 -
CMYK 0.96 0.61 0 0.29
HSL 218.28º 0.92% 0.37% -
HSV(B) 218.28º 0.96% 0.71% -
XYZ 10.8 7.94 45.22 -
YUV 64.82 194.13 87.47 -
System Red Green Blue C M Y K H S L
Decimal 8 71 182 0.96 0.61 0 0.29 218.28 0.92 0.37
Hex 8 47 B6 60 3D 0 1D DA 5C 25
Octal 10 107 266 140 75 0 35 332 134 45
Binary 1000 1000111 10110110 1100000 111101 0 11101 11011010 1011100 100101

Color Harmonies of #0847B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0847B6

Black with #0847B6

Text Example


Text Example

White with #0847B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0847B6; }

 p { color: rgb(8,71,182); }

 H1.HeaderClassName
 {
   color: #0847B6;
 }
 .AnyTagClassName
 {
   color: #0847B6;
 }
</style>

background-color css

<style>
 a { background-color: #0847B6; }

 a { background-color: rgb(8,71,182); }

 div.DivClassName
 {
   background-color: #0847B6;
 }
 .BgClassName
 {
   background-color: #0847B6;
 }
</style>

border-color css

<style>
 span { border-color: #0847B6; }

 span { border-color: rgb(8,71,182); }

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