Html Css Color HEX #154AA2 Cobalt

📋 copy color: '#154AA2'

red 21 ◦ green 74 ◦ blue 162

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

Shades of Cobalt #154AA2

Tints of Cobalt #154AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 63.04%

R = 8.17%
G = 28.79%
B = 63.04%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#154AA2 (or 0x154AA2) is known color: Cobalt. HEX triplet: 15, 4A and A2. RGB value is (21,74,162). Sum of RGB (Red+Green+Blue) = 21+74+162=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #154AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AA2 is #EAB55D. Grayscale: #434343. Windows color (decimal): -15381854 or 10635797. OLE color: 10635797.

HSL color Cylindrical-coordinate representation of color #154AA2: hue angle of 217.45º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #154AA2 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 74 162 -
CMYK 0.87 0.54 0 0.36
HSL 217.45º 0.77% 0.36% -
HSV(B) 217.45º 0.87% 0.64% -
XYZ 9.28 7.67 35.17 -
YUV 68.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 21 74 162 0.87 0.54 0 0.36 217.45 0.77 0.36
Hex 15 4A A2 57 36 0 24 D9 4D 24
Octal 25 112 242 127 66 0 44 331 115 44
Binary 10101 1001010 10100010 1010111 110110 0 100100 11011001 1001101 100100

Color Harmonies of #154AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AA2

Black with #154AA2

Text Example


Text Example

White with #154AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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