Html Css Color HEX #154AAC Cobalt

📋 copy color: '#154AAC'

red 21 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #154AAC

Tints of Cobalt #154AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 7.87%
G = 27.72%
B = 64.42%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#154AAC (or 0x154AAC) is known color: Cobalt. HEX triplet: 15, 4A and AC. RGB value is (21,74,172). Sum of RGB (Red+Green+Blue) = 21+74+172=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #154AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AAC is #EAB553. Grayscale: #444444. Windows color (decimal): -15381844 or 11291157. OLE color: 11291157.

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

Color convert

RGB 21 74 172 -
CMYK 0.88 0.57 0 0.33
HSL 218.94º 0.78% 0.38% -
HSV(B) 218.94º 0.88% 0.67% -
XYZ 10.2 8.04 40.04 -
YUV 69.33 185.94 93.53 -
System Red Green Blue C M Y K H S L
Decimal 21 74 172 0.88 0.57 0 0.33 218.94 0.78 0.38
Hex 15 4A AC 58 39 0 21 DB 4E 26
Octal 25 112 254 130 71 0 41 333 116 46
Binary 10101 1001010 10101100 1011000 111001 0 100001 11011011 1001110 100110

Color Harmonies of #154AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AAC

Black with #154AAC

Text Example


Text Example

White with #154AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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