Html Css Color HEX #1549A8 Cobalt

📋 copy color: '#1549A8'

red 21 ◦ green 73 ◦ blue 168

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

Shades of Cobalt #1549A8

Tints of Cobalt #1549A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 64.12%

R = 8.02%
G = 27.86%
B = 64.12%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1549A8 (or 0x1549A8) is known color: Cobalt. HEX triplet: 15, 49 and A8. RGB value is (21,73,168). Sum of RGB (Red+Green+Blue) = 21+73+168=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 168 (66.02% from 255 or 64.12% from 262); Max value from RGB is 168 - color contains mainly: blue. Hex color #1549A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1549A8 is #EAB657. Grayscale: #434343. Windows color (decimal): -15382104 or 11028757. OLE color: 11028757.

HSL color Cylindrical-coordinate representation of color #1549A8: hue angle of 218.78º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1549A8 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 21 73 168 -
CMYK 0.88 0.57 0 0.34
HSL 218.78º 0.78% 0.37% -
HSV(B) 218.78º 0.88% 0.66% -
XYZ 9.76 7.75 38.03 -
YUV 68.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 21 73 168 0.88 0.57 0 0.34 218.78 0.78 0.37
Hex 15 49 A8 58 39 0 22 DB 4E 25
Octal 25 111 250 130 71 0 42 333 116 45
Binary 10101 1001001 10101000 1011000 111001 0 100010 11011011 1001110 100101

Color Harmonies of #1549A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1549A8

Black with #1549A8

Text Example


Text Example

White with #1549A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1549A8; }

 p { color: rgb(21,73,168); }

 H1.HeaderClassName
 {
   color: #1549A8;
 }
 .AnyTagClassName
 {
   color: #1549A8;
 }
</style>

background-color css

<style>
 a { background-color: #1549A8; }

 a { background-color: rgb(21,73,168); }

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

border-color css

<style>
 span { border-color: #1549A8; }

 span { border-color: rgb(21,73,168); }

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