Html Css Color HEX #1447AC Cobalt

📋 copy color: '#1447AC'

red 20 ◦ green 71 ◦ blue 172

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

Shades of Cobalt #1447AC

Tints of Cobalt #1447AC

RGB

 RED value IS 20 (8.2% from 255) = 7.6%

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

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

R = 7.6%
G = 27%
B = 65.4%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1447AC (or 0x1447AC) is known color: Cobalt. HEX triplet: 14, 47 and AC. RGB value is (20,71,172). Sum of RGB (Red+Green+Blue) = 20+71+172=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #1447AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1447AC is #EBB853. Grayscale: #424242. Windows color (decimal): -15448148 or 11290388. OLE color: 11290388.

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

Color convert

RGB 20 71 172 -
CMYK 0.88 0.59 0 0.33
HSL 219.87º 0.79% 0.38% -
HSV(B) 219.87º 0.88% 0.67% -
XYZ 9.99 7.63 39.98 -
YUV 67.27 187.1 94.29 -
System Red Green Blue C M Y K H S L
Decimal 20 71 172 0.88 0.59 0 0.33 219.87 0.79 0.38
Hex 14 47 AC 58 3B 0 21 DC 4F 26
Octal 24 107 254 130 73 0 41 334 117 46
Binary 10100 1000111 10101100 1011000 111011 0 100001 11011100 1001111 100110

Color Harmonies of #1447AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447AC

Black with #1447AC

Text Example


Text Example

White with #1447AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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