Html Css Color HEX #154EAE Cobalt

📋 copy color: '#154EAE'

red 21 ◦ green 78 ◦ blue 174

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

Shades of Cobalt #154EAE

Tints of Cobalt #154EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 7.69%
G = 28.57%
B = 63.74%

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

#154EAE (or 0x154EAE) is known color: Cobalt. HEX triplet: 15, 4E and AE. RGB value is (21,78,174). Sum of RGB (Red+Green+Blue) = 21+78+174=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #154EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154EAE is #EAB151. Grayscale: #474747. Windows color (decimal): -15380818 or 11423253. OLE color: 11423253.

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

Color convert

RGB 21 78 174 -
CMYK 0.88 0.55 0 0.32
HSL 217.65º 0.78% 0.38% -
HSV(B) 217.65º 0.88% 0.68% -
XYZ 10.67 8.66 41.15 -
YUV 71.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 21 78 174 0.88 0.55 0 0.32 217.65 0.78 0.38
Hex 15 4E AE 58 37 0 20 DA 4E 26
Octal 25 116 256 130 67 0 40 332 116 46
Binary 10101 1001110 10101110 1011000 110111 0 100000 11011010 1001110 100110

Color Harmonies of #154EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EAE

Black with #154EAE

Text Example


Text Example

White with #154EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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