Html Css Color HEX #1649AB Cobalt

📋 copy color: '#1649AB'

red 22 ◦ green 73 ◦ blue 171

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

Shades of Cobalt #1649AB

Tints of Cobalt #1649AB

RGB

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

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

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

R = 8.27%
G = 27.44%
B = 64.29%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1649AB (or 0x1649AB) is known color: Cobalt. HEX triplet: 16, 49 and AB. RGB value is (22,73,171). Sum of RGB (Red+Green+Blue) = 22+73+171=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #1649AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1649AB is #E9B654. Grayscale: #444444. Windows color (decimal): -15316565 or 11225366. OLE color: 11225366.

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

Color convert

RGB 22 73 171 -
CMYK 0.87 0.57 0 0.33
HSL 219.46º 0.77% 0.38% -
HSV(B) 219.46º 0.87% 0.67% -
XYZ 10.06 7.88 39.52 -
YUV 68.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 22 73 171 0.87 0.57 0 0.33 219.46 0.77 0.38
Hex 16 49 AB 57 39 0 21 DB 4D 26
Octal 26 111 253 127 71 0 41 333 115 46
Binary 10110 1001001 10101011 1010111 111001 0 100001 11011011 1001101 100110

Color Harmonies of #1649AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1649AB

Black with #1649AB

Text Example


Text Example

White with #1649AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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