Html Css Color HEX #154EAC Cobalt

📋 copy color: '#154EAC'

red 21 ◦ green 78 ◦ blue 172

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

Shades of Cobalt #154EAC

Tints of Cobalt #154EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 7.75%
G = 28.78%
B = 63.47%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#154EAC (or 0x154EAC) is known color: Cobalt. HEX triplet: 15, 4E and AC. RGB value is (21,78,172). Sum of RGB (Red+Green+Blue) = 21+78+172=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #154EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154EAC is #EAB153. Grayscale: #474747. Windows color (decimal): -15380820 or 11292181. OLE color: 11292181.

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

Color convert

RGB 21 78 172 -
CMYK 0.88 0.55 0 0.33
HSL 217.35º 0.78% 0.38% -
HSV(B) 217.35º 0.88% 0.67% -
XYZ 10.48 8.59 40.13 -
YUV 71.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 21 78 172 0.88 0.55 0 0.33 217.35 0.78 0.38
Hex 15 4E AC 58 37 0 21 D9 4E 26
Octal 25 116 254 130 67 0 41 331 116 46
Binary 10101 1001110 10101100 1011000 110111 0 100001 11011001 1001110 100110

Color Harmonies of #154EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EAC

Black with #154EAC

Text Example


Text Example

White with #154EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,78,172); }

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

background-color css

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

 a { background-color: rgb(21,78,172); }

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

border-color css

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

 span { border-color: rgb(21,78,172); }

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