Html Css Color HEX #154DAD Cobalt

📋 copy color: '#154DAD'

red 21 ◦ green 77 ◦ blue 173

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

Shades of Cobalt #154DAD

Tints of Cobalt #154DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 7.75%
G = 28.41%
B = 63.84%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#154DAD (or 0x154DAD) is known color: Cobalt. HEX triplet: 15, 4D and AD. RGB value is (21,77,173). Sum of RGB (Red+Green+Blue) = 21+77+173=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #154DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154DAD is #EAB252. Grayscale: #464646. Windows color (decimal): -15381075 or 11357461. OLE color: 11357461.

HSL color Cylindrical-coordinate representation of color #154DAD: hue angle of 217.89º 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 #154DAD is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 77 173 -
CMYK 0.88 0.55 0 0.32
HSL 217.89º 0.78% 0.38% -
HSV(B) 217.89º 0.88% 0.68% -
XYZ 10.51 8.48 40.62 -
YUV 71.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 21 77 173 0.88 0.55 0 0.32 217.89 0.78 0.38
Hex 15 4D AD 58 37 0 20 DA 4E 26
Octal 25 115 255 130 67 0 40 332 116 46
Binary 10101 1001101 10101101 1011000 110111 0 100000 11011010 1001110 100110

Color Harmonies of #154DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154DAD

Black with #154DAD

Text Example


Text Example

White with #154DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154DAD; }

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

 H1.HeaderClassName
 {
   color: #154DAD;
 }
 .AnyTagClassName
 {
   color: #154DAD;
 }
</style>

background-color css

<style>
 a { background-color: #154DAD; }

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

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

border-color css

<style>
 span { border-color: #154DAD; }

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

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