Html Css Color HEX #154CA4 Cobalt

📋 copy color: '#154CA4'

red 21 ◦ green 76 ◦ blue 164

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

Shades of Cobalt #154CA4

Tints of Cobalt #154CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 62.84%

R = 8.05%
G = 29.12%
B = 62.84%

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

#154CA4 (or 0x154CA4) is known color: Cobalt. HEX triplet: 15, 4C and A4. RGB value is (21,76,164). Sum of RGB (Red+Green+Blue) = 21+76+164=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #154CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154CA4 is #EAB35B. Grayscale: #454545. Windows color (decimal): -15381340 or 10767381. OLE color: 10767381.

HSL color Cylindrical-coordinate representation of color #154CA4: hue angle of 216.92º 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 #154CA4 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 76 164 -
CMYK 0.87 0.54 0 0.36
HSL 216.92º 0.77% 0.36% -
HSV(B) 216.92º 0.87% 0.64% -
XYZ 9.59 8.01 36.16 -
YUV 69.59 181.28 93.34 -
System Red Green Blue C M Y K H S L
Decimal 21 76 164 0.87 0.54 0 0.36 216.92 0.77 0.36
Hex 15 4C A4 57 36 0 24 D9 4D 24
Octal 25 114 244 127 66 0 44 331 115 44
Binary 10101 1001100 10100100 1010111 110110 0 100100 11011001 1001101 100100

Color Harmonies of #154CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CA4

Black with #154CA4

Text Example


Text Example

White with #154CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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