Html Css Color HEX #154CAA Cobalt

📋 copy color: '#154CAA'

red 21 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #154CAA

Tints of Cobalt #154CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 7.87%
G = 28.46%
B = 63.67%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#154CAA (or 0x154CAA) is known color: Cobalt. HEX triplet: 15, 4C and AA. RGB value is (21,76,170). Sum of RGB (Red+Green+Blue) = 21+76+170=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #154CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154CAA is #EAB355. Grayscale: #454545. Windows color (decimal): -15381334 or 11160597. OLE color: 11160597.

HSL color Cylindrical-coordinate representation of color #154CAA: hue angle of 217.85º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154CAA is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 76 170 -
CMYK 0.88 0.55 0 0.33
HSL 217.85º 0.78% 0.37% -
HSV(B) 217.85º 0.88% 0.67% -
XYZ 10.15 8.23 39.08 -
YUV 70.27 184.28 92.86 -
System Red Green Blue C M Y K H S L
Decimal 21 76 170 0.88 0.55 0 0.33 217.85 0.78 0.37
Hex 15 4C AA 58 37 0 21 DA 4E 25
Octal 25 114 252 130 67 0 41 332 116 45
Binary 10101 1001100 10101010 1011000 110111 0 100001 11011010 1001110 100101

Color Harmonies of #154CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CAA

Black with #154CAA

Text Example


Text Example

White with #154CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,76,170); }

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

background-color css

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

 a { background-color: rgb(21,76,170); }

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

border-color css

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

 span { border-color: rgb(21,76,170); }

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