Html Css Color HEX #1447AB Cobalt

📋 copy color: '#1447AB'

red 20 ◦ green 71 ◦ blue 171

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

Shades of Cobalt #1447AB

Tints of Cobalt #1447AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 7.63%
G = 27.1%
B = 65.27%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1447AB (or 0x1447AB) is known color: Cobalt. HEX triplet: 14, 47 and AB. RGB value is (20,71,171). Sum of RGB (Red+Green+Blue) = 20+71+171=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #1447AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1447AB is #EBB854. Grayscale: #424242. Windows color (decimal): -15448149 or 11224852. OLE color: 11224852.

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

Color convert

RGB 20 71 171 -
CMYK 0.88 0.58 0 0.33
HSL 219.74º 0.79% 0.37% -
HSV(B) 219.74º 0.88% 0.67% -
XYZ 9.89 7.6 39.47 -
YUV 67.15 186.6 94.37 -
System Red Green Blue C M Y K H S L
Decimal 20 71 171 0.88 0.58 0 0.33 219.74 0.79 0.37
Hex 14 47 AB 58 3A 0 21 DC 4F 25
Octal 24 107 253 130 72 0 41 334 117 45
Binary 10100 1000111 10101011 1011000 111010 0 100001 11011100 1001111 100101

Color Harmonies of #1447AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447AB

Black with #1447AB

Text Example


Text Example

White with #1447AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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