Html Css Color HEX #0047CA Cobalt

📋 copy color: '#0047CA'

red 0 ◦ green 71 ◦ blue 202

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

Shades of Cobalt #0047CA

Tints of Cobalt #0047CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 73.99%

R = 0%
G = 26.01%
B = 73.99%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0047CA (or 0x0047CA) is known color: Cobalt. HEX triplet: 00, 47 and CA. RGB value is (0,71,202). Sum of RGB (Red+Green+Blue) = 0+71+202=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #0047CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0047CA is #FFB835. Grayscale: #404040. Windows color (decimal): -16758838 or 13256448. OLE color: 13256448.

HSL color Cylindrical-coordinate representation of color #0047CA: hue angle of 218.91º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047CA is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 71 202 -
CMYK 1 0.65 0 0.21
HSL 218.91º 1% 0.4% -
HSV(B) 218.91º 1% 0.79% -
XYZ 12.91 8.77 56.89 -
YUV 64.71 205.48 81.85 -
System Red Green Blue C M Y K H S L
Decimal 0 71 202 1 0.65 0 0.21 218.91 1 0.4
Hex 0 47 CA 64 41 0 15 DB 64 28
Octal 0 107 312 144 101 0 25 333 144 50
Binary 0 1000111 11001010 1100100 1000001 0 10101 11011011 1100100 101000

Color Harmonies of #0047CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0047CA

Black with #0047CA

Text Example


Text Example

White with #0047CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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