Html Css Color HEX #1548AB Cobalt

📋 copy color: '#1548AB'

red 21 ◦ green 72 ◦ blue 171

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

Shades of Cobalt #1548AB

Tints of Cobalt #1548AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 7.95%
G = 27.27%
B = 64.77%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1548AB (or 0x1548AB) is known color: Cobalt. HEX triplet: 15, 48 and AB. RGB value is (21,72,171). Sum of RGB (Red+Green+Blue) = 21+72+171=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 72 (28.52% from 255 or 27.27% 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 #1548AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1548AB is #EAB754. Grayscale: #434343. Windows color (decimal): -15382357 or 11225109. OLE color: 11225109.

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

Color convert

RGB 21 72 171 -
CMYK 0.88 0.58 0 0.33
HSL 219.6º 0.78% 0.38% -
HSV(B) 219.6º 0.88% 0.67% -
XYZ 9.98 7.73 39.5 -
YUV 68.04 186.1 94.45 -
System Red Green Blue C M Y K H S L
Decimal 21 72 171 0.88 0.58 0 0.33 219.6 0.78 0.38
Hex 15 48 AB 58 3A 0 21 DC 4E 26
Octal 25 110 253 130 72 0 41 334 116 46
Binary 10101 1001000 10101011 1011000 111010 0 100001 11011100 1001110 100110

Color Harmonies of #1548AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1548AB

Black with #1548AB

Text Example


Text Example

White with #1548AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,72,171); }

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

background-color css

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

 a { background-color: rgb(21,72,171); }

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

border-color css

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

 span { border-color: rgb(21,72,171); }

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