Html Css Color HEX #154BAC Cobalt

📋 copy color: '#154BAC'

red 21 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #154BAC

Tints of Cobalt #154BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

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

R = 7.84%
G = 27.99%
B = 64.18%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#154BAC (or 0x154BAC) is known color: Cobalt. HEX triplet: 15, 4B and AC. RGB value is (21,75,172). Sum of RGB (Red+Green+Blue) = 21+75+172=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #154BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154BAC is #EAB453. Grayscale: #454545. Windows color (decimal): -15381588 or 11291413. OLE color: 11291413.

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

Color convert

RGB 21 75 172 -
CMYK 0.88 0.56 0 0.33
HSL 218.54º 0.78% 0.38% -
HSV(B) 218.54º 0.88% 0.67% -
XYZ 10.27 8.17 40.07 -
YUV 69.91 185.61 93.11 -
System Red Green Blue C M Y K H S L
Decimal 21 75 172 0.88 0.56 0 0.33 218.54 0.78 0.38
Hex 15 4B AC 58 38 0 21 DB 4E 26
Octal 25 113 254 130 70 0 41 333 116 46
Binary 10101 1001011 10101100 1011000 111000 0 100001 11011011 1001110 100110

Color Harmonies of #154BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BAC

Black with #154BAC

Text Example


Text Example

White with #154BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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