Html Css Color HEX #0047BC Cobalt

📋 copy color: '#0047BC'

red 0 ◦ green 71 ◦ blue 188

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

Shades of Cobalt #0047BC

Tints of Cobalt #0047BC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 188 (73.83% from 255) = 72.59%

R = 0%
G = 27.41%
B = 72.59%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0047BC (or 0x0047BC) is known color: Cobalt. HEX triplet: 00, 47 and BC. RGB value is (0,71,188). Sum of RGB (Red+Green+Blue) = 0+71+188=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #0047BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0047BC is #FFB843. Grayscale: #3E3E3E. Windows color (decimal): -16758852 or 12338944. OLE color: 12338944.

HSL color Cylindrical-coordinate representation of color #0047BC: hue angle of 217.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047BC is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 71 188 -
CMYK 1 0.62 0 0.26
HSL 217.34º 1% 0.37% -
HSV(B) 217.34º 1% 0.74% -
XYZ 11.33 8.14 48.55 -
YUV 63.11 198.48 82.99 -
System Red Green Blue C M Y K H S L
Decimal 0 71 188 1 0.62 0 0.26 217.34 1 0.37
Hex 0 47 BC 64 3E 0 1A D9 64 25
Octal 0 107 274 144 76 0 32 331 144 45
Binary 0 1000111 10111100 1100100 111110 0 11010 11011001 1100100 100101

Color Harmonies of #0047BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0047BC

Black with #0047BC

Text Example


Text Example

White with #0047BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,71,188); }

 H1.HeaderClassName
 {
   color: #0047BC;
 }
 .AnyTagClassName
 {
   color: #0047BC;
 }
</style>

background-color css

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

 a { background-color: rgb(0,71,188); }

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

border-color css

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

 span { border-color: rgb(0,71,188); }

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