Html Css Color HEX #1449AB Cobalt

📋 copy color: '#1449AB'

red 20 ◦ green 73 ◦ blue 171

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

Shades of Cobalt #1449AB

Tints of Cobalt #1449AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 7.58%
G = 27.65%
B = 64.77%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1449AB (or 0x1449AB) is known color: Cobalt. HEX triplet: 14, 49 and AB. RGB value is (20,73,171). Sum of RGB (Red+Green+Blue) = 20+73+171=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #1449AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1449AB is #EBB654. Grayscale: #434343. Windows color (decimal): -15447637 or 11225364. OLE color: 11225364.

HSL color Cylindrical-coordinate representation of color #1449AB: hue angle of 218.94º 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 #1449AB is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 73 171 -
CMYK 0.88 0.57 0 0.33
HSL 218.94º 0.79% 0.37% -
HSV(B) 218.94º 0.88% 0.67% -
XYZ 10.02 7.85 39.52 -
YUV 68.33 185.94 93.53 -
System Red Green Blue C M Y K H S L
Decimal 20 73 171 0.88 0.57 0 0.33 218.94 0.79 0.37
Hex 14 49 AB 58 39 0 21 DB 4F 25
Octal 24 111 253 130 71 0 41 333 117 45
Binary 10100 1001001 10101011 1011000 111001 0 100001 11011011 1001111 100101

Color Harmonies of #1449AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449AB

Black with #1449AB

Text Example


Text Example

White with #1449AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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