Html Css Color HEX #0847AC Cobalt

📋 copy color: '#0847AC'

red 8 ◦ green 71 ◦ blue 172

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

Shades of Cobalt #0847AC

Tints of Cobalt #0847AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.53%

R = 3.19%
G = 28.29%
B = 68.53%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0847AC (or 0x0847AC) is known color: Cobalt. HEX triplet: 08, 47 and AC. RGB value is (8,71,172). Sum of RGB (Red+Green+Blue) = 8+71+172=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #0847AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0847AC is #F7B853. Grayscale: #3F3F3F. Windows color (decimal): -16234580 or 11290376. OLE color: 11290376.

HSL color Cylindrical-coordinate representation of color #0847AC: hue angle of 216.95º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0847AC is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 71 172 -
CMYK 0.95 0.59 0 0.33
HSL 216.95º 0.91% 0.35% -
HSV(B) 216.95º 0.95% 0.67% -
XYZ 9.8 7.54 39.97 -
YUV 63.68 189.13 88.29 -
System Red Green Blue C M Y K H S L
Decimal 8 71 172 0.95 0.59 0 0.33 216.95 0.91 0.35
Hex 8 47 AC 5F 3B 0 21 D9 5B 23
Octal 10 107 254 137 73 0 41 331 133 43
Binary 1000 1000111 10101100 1011111 111011 0 100001 11011001 1011011 100011

Color Harmonies of #0847AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0847AC

Black with #0847AC

Text Example


Text Example

White with #0847AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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