Html Css Color HEX #0047AA Cobalt

📋 copy color: '#0047AA'

red 0 ◦ green 71 ◦ blue 170

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

Shades of Cobalt #0047AA

Tints of Cobalt #0047AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 0%
G = 29.46%
B = 70.54%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0047AA (or 0x0047AA) is known color: Cobalt. HEX triplet: 00, 47 and AA. RGB value is (0,71,170). Sum of RGB (Red+Green+Blue) = 0+71+170=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #0047AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0047AA is #FFB855. Grayscale: #3C3C3C. Windows color (decimal): -16758870 or 11159296. OLE color: 11159296.

HSL color Cylindrical-coordinate representation of color #0047AA: hue angle of 214.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047AA is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 71 170 -
CMYK 1 0.58 0 0.33
HSL 214.94º 1% 0.33% -
HSV(B) 214.94º 1% 0.67% -
XYZ 9.51 7.41 38.96 -
YUV 61.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 0 71 170 1 0.58 0 0.33 214.94 1 0.33
Hex 0 47 AA 64 3A 0 21 D7 64 21
Octal 0 107 252 144 72 0 41 327 144 41
Binary 0 1000111 10101010 1100100 111010 0 100001 11010111 1100100 100001

Color Harmonies of #0047AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0047AA

Black with #0047AA

Text Example


Text Example

White with #0047AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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