Html Css Color HEX #1649AD Cobalt

📋 copy color: '#1649AD'

red 22 ◦ green 73 ◦ blue 173

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

Shades of Cobalt #1649AD

Tints of Cobalt #1649AD

RGB

 RED value IS 22 (8.98% from 255) = 8.21%

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

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 8.21%
G = 27.24%
B = 64.55%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1649AD (or 0x1649AD) is known color: Cobalt. HEX triplet: 16, 49 and AD. RGB value is (22,73,173). Sum of RGB (Red+Green+Blue) = 22+73+173=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #1649AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1649AD is #E9B652. Grayscale: #444444. Windows color (decimal): -15316563 or 11356438. OLE color: 11356438.

HSL color Cylindrical-coordinate representation of color #1649AD: hue angle of 219.74º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1649AD is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 73 173 -
CMYK 0.87 0.58 0 0.32
HSL 219.74º 0.77% 0.38% -
HSV(B) 219.74º 0.87% 0.68% -
XYZ 10.26 7.95 40.53 -
YUV 69.15 186.6 94.37 -
System Red Green Blue C M Y K H S L
Decimal 22 73 173 0.87 0.58 0 0.32 219.74 0.77 0.38
Hex 16 49 AD 57 3A 0 20 DC 4D 26
Octal 26 111 255 127 72 0 40 334 115 46
Binary 10110 1001001 10101101 1010111 111010 0 100000 11011100 1001101 100110

Color Harmonies of #1649AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1649AD

Black with #1649AD

Text Example


Text Example

White with #1649AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1649AD; }

 p { color: rgb(22,73,173); }

 H1.HeaderClassName
 {
   color: #1649AD;
 }
 .AnyTagClassName
 {
   color: #1649AD;
 }
</style>

background-color css

<style>
 a { background-color: #1649AD; }

 a { background-color: rgb(22,73,173); }

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

border-color css

<style>
 span { border-color: #1649AD; }

 span { border-color: rgb(22,73,173); }

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