Html Css Color HEX #154EAB Cobalt

📋 copy color: '#154EAB'

red 21 ◦ green 78 ◦ blue 171

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

Shades of Cobalt #154EAB

Tints of Cobalt #154EAB

RGB

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

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

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

R = 7.78%
G = 28.89%
B = 63.33%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#154EAB (or 0x154EAB) is known color: Cobalt. HEX triplet: 15, 4E and AB. RGB value is (21,78,171). Sum of RGB (Red+Green+Blue) = 21+78+171=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #154EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154EAB is #EAB154. Grayscale: #474747. Windows color (decimal): -15380821 or 11226645. OLE color: 11226645.

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

Color convert

RGB 21 78 171 -
CMYK 0.88 0.54 0 0.33
HSL 217.2º 0.78% 0.38% -
HSV(B) 217.2º 0.88% 0.67% -
XYZ 10.38 8.55 39.63 -
YUV 71.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 21 78 171 0.88 0.54 0 0.33 217.2 0.78 0.38
Hex 15 4E AB 58 36 0 21 D9 4E 26
Octal 25 116 253 130 66 0 41 331 116 46
Binary 10101 1001110 10101011 1011000 110110 0 100001 11011001 1001110 100110

Color Harmonies of #154EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EAB

Black with #154EAB

Text Example


Text Example

White with #154EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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