Html Css Color HEX #0847BD Cobalt

📋 copy color: '#0847BD'

red 8 ◦ green 71 ◦ blue 189

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

Shades of Cobalt #0847BD

Tints of Cobalt #0847BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 70.52%

R = 2.99%
G = 26.49%
B = 70.52%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0847BD (or 0x0847BD) is known color: Cobalt. HEX triplet: 08, 47 and BD. RGB value is (8,71,189). Sum of RGB (Red+Green+Blue) = 8+71+189=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #0847BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0847BD is #F7B842. Grayscale: #414141. Windows color (decimal): -16234563 or 12404488. OLE color: 12404488.

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

Color convert

RGB 8 71 189 -
CMYK 0.96 0.62 0 0.26
HSL 219.12º 0.92% 0.39% -
HSV(B) 219.12º 0.96% 0.74% -
XYZ 11.54 8.23 49.12 -
YUV 65.62 197.63 86.91 -
System Red Green Blue C M Y K H S L
Decimal 8 71 189 0.96 0.62 0 0.26 219.12 0.92 0.39
Hex 8 47 BD 60 3E 0 1A DB 5C 27
Octal 10 107 275 140 76 0 32 333 134 47
Binary 1000 1000111 10111101 1100000 111110 0 11010 11011011 1011100 100111

Color Harmonies of #0847BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0847BD

Black with #0847BD

Text Example


Text Example

White with #0847BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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