Html Css Color HEX #154AAB Cobalt

📋 copy color: '#154AAB'

red 21 ◦ green 74 ◦ blue 171

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

Shades of Cobalt #154AAB

Tints of Cobalt #154AAB

RGB

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

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

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

R = 7.89%
G = 27.82%
B = 64.29%

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

#154AAB (or 0x154AAB) is known color: Cobalt. HEX triplet: 15, 4A and AB. RGB value is (21,74,171). Sum of RGB (Red+Green+Blue) = 21+74+171=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #154AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AAB is #EAB554. Grayscale: #444444. Windows color (decimal): -15381845 or 11225621. OLE color: 11225621.

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

Color convert

RGB 21 74 171 -
CMYK 0.88 0.57 0 0.33
HSL 218.8º 0.78% 0.38% -
HSV(B) 218.8º 0.88% 0.67% -
XYZ 10.11 8 39.54 -
YUV 69.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 21 74 171 0.88 0.57 0 0.33 218.8 0.78 0.38
Hex 15 4A AB 58 39 0 21 DB 4E 26
Octal 25 112 253 130 71 0 41 333 116 46
Binary 10101 1001010 10101011 1011000 111001 0 100001 11011011 1001110 100110

Color Harmonies of #154AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AAB

Black with #154AAB

Text Example


Text Example

White with #154AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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