Html Css Color HEX #154AA1 Cobalt

📋 copy color: '#154AA1'

red 21 ◦ green 74 ◦ blue 161

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

Shades of Cobalt #154AA1

Tints of Cobalt #154AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 62.89%

R = 8.2%
G = 28.91%
B = 62.89%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#154AA1 (or 0x154AA1) is known color: Cobalt. HEX triplet: 15, 4A and A1. RGB value is (21,74,161). Sum of RGB (Red+Green+Blue) = 21+74+161=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 161 (63.28% from 255 or 62.89% from 256); Max value from RGB is 161 - color contains mainly: blue. Hex color #154AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AA1 is #EAB55E. Grayscale: #434343. Windows color (decimal): -15381855 or 10570261. OLE color: 10570261.

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

Color convert

RGB 21 74 161 -
CMYK 0.87 0.54 0 0.37
HSL 217.29º 0.77% 0.36% -
HSV(B) 217.29º 0.87% 0.63% -
XYZ 9.19 7.63 34.71 -
YUV 68.07 180.44 94.43 -
System Red Green Blue C M Y K H S L
Decimal 21 74 161 0.87 0.54 0 0.37 217.29 0.77 0.36
Hex 15 4A A1 57 36 0 25 D9 4D 24
Octal 25 112 241 127 66 0 45 331 115 44
Binary 10101 1001010 10100001 1010111 110110 0 100101 11011001 1001101 100100

Color Harmonies of #154AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AA1

Black with #154AA1

Text Example


Text Example

White with #154AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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