Html Css Color HEX #1447AE Cobalt

📋 copy color: '#1447AE'

red 20 ◦ green 71 ◦ blue 174

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

Shades of Cobalt #1447AE

Tints of Cobalt #1447AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 7.55%
G = 26.79%
B = 65.66%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1447AE (or 0x1447AE) is known color: Cobalt. HEX triplet: 14, 47 and AE. RGB value is (20,71,174). Sum of RGB (Red+Green+Blue) = 20+71+174=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #1447AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1447AE is #EBB851. Grayscale: #434343. Windows color (decimal): -15448146 or 11421460. OLE color: 11421460.

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

Color convert

RGB 20 71 174 -
CMYK 0.89 0.59 0 0.32
HSL 220.13º 0.79% 0.38% -
HSV(B) 220.13º 0.89% 0.68% -
XYZ 10.18 7.71 41 -
YUV 67.49 188.1 94.12 -
System Red Green Blue C M Y K H S L
Decimal 20 71 174 0.89 0.59 0 0.32 220.13 0.79 0.38
Hex 14 47 AE 59 3B 0 20 DC 4F 26
Octal 24 107 256 131 73 0 40 334 117 46
Binary 10100 1000111 10101110 1011001 111011 0 100000 11011100 1001111 100110

Color Harmonies of #1447AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447AE

Black with #1447AE

Text Example


Text Example

White with #1447AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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