Html Css Color HEX #1550AD Cobalt

📋 copy color: '#1550AD'

red 21 ◦ green 80 ◦ blue 173

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

Shades of Cobalt #1550AD

Tints of Cobalt #1550AD

RGB

 RED value IS 21 (8.59% from 255) = 7.66%

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 7.66%
G = 29.2%
B = 63.14%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1550AD (or 0x1550AD) is known color: Cobalt. HEX triplet: 15, 50 and AD. RGB value is (21,80,173). Sum of RGB (Red+Green+Blue) = 21+80+173=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #1550AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1550AD is #EAAF52. Grayscale: #484848. Windows color (decimal): -15380307 or 11358229. OLE color: 11358229.

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

Color convert

RGB 21 80 173 -
CMYK 0.88 0.54 0 0.32
HSL 216.71º 0.78% 0.38% -
HSV(B) 216.71º 0.88% 0.68% -
XYZ 10.72 8.91 40.69 -
YUV 72.96 184.45 90.94 -
System Red Green Blue C M Y K H S L
Decimal 21 80 173 0.88 0.54 0 0.32 216.71 0.78 0.38
Hex 15 50 AD 58 36 0 20 D9 4E 26
Octal 25 120 255 130 66 0 40 331 116 46
Binary 10101 1010000 10101101 1011000 110110 0 100000 11011001 1001110 100110

Color Harmonies of #1550AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550AD

Black with #1550AD

Text Example


Text Example

White with #1550AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,80,173); }

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

background-color css

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

 a { background-color: rgb(21,80,173); }

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

border-color css

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

 span { border-color: rgb(21,80,173); }

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