Html Css Color HEX #154DA8 Cobalt

📋 copy color: '#154DA8'

red 21 ◦ green 77 ◦ blue 168

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

Shades of Cobalt #154DA8

Tints of Cobalt #154DA8

RGB

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

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

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

R = 7.89%
G = 28.95%
B = 63.16%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#154DA8 (or 0x154DA8) is known color: Cobalt. HEX triplet: 15, 4D and A8. RGB value is (21,77,168). Sum of RGB (Red+Green+Blue) = 21+77+168=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 168 (66.02% from 255 or 63.16% from 266); Max value from RGB is 168 - color contains mainly: blue. Hex color #154DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154DA8 is #EAB257. Grayscale: #464646. Windows color (decimal): -15381080 or 11029781. OLE color: 11029781.

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

Color convert

RGB 21 77 168 -
CMYK 0.88 0.54 0 0.34
HSL 217.14º 0.78% 0.37% -
HSV(B) 217.14º 0.88% 0.66% -
XYZ 10.03 8.29 38.12 -
YUV 70.63 182.95 92.6 -
System Red Green Blue C M Y K H S L
Decimal 21 77 168 0.88 0.54 0 0.34 217.14 0.78 0.37
Hex 15 4D A8 58 36 0 22 D9 4E 25
Octal 25 115 250 130 66 0 42 331 116 45
Binary 10101 1001101 10101000 1011000 110110 0 100010 11011001 1001110 100101

Color Harmonies of #154DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154DA8

Black with #154DA8

Text Example


Text Example

White with #154DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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