#154FA2

Color #154FA2 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #154FA2

Tints of Cobalt #154FA2

Color information

#154FA2 (or 0x154FA2) is unknown color: approx Cobalt. HEX triplet: 15, 4F and A2. RGB value is (21,79,162). Sum of RGB (Red+Green+Blue) = 21+79+162=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #154FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154FA2 is #EAB05D. Grayscale: #464646. Windows color (decimal): -15380574 or 10637077. OLE color: 10637077.

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

Color convert

RGB2179162-
CMYK0.870.5100.36
HSL215.32º77.05%35.88%-
HSV(B)215.32º87.04%63.53%-
XYZ9.638.3635.29-
YUV71.12179.2892.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.02%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 162 (63.67% from 255) = 61.83%
R=8.02%
G=30.15%
B=61.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21791620.870.5100.36215.3277.0535.88
Hex154FA25733024d74d24
Octal251172421276304432711544
Binary1010110011111010001010101111100110100100110101111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,79,162); }

 H1.HeaderClassName
 {
   color: #154FA2;
 }
 .AnyTagClassName
 {
   color: #154FA2;
 }
</style>
background-color css

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

 a { background-color: rgb(21,79,162); }

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

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

 span { border-color: rgb(21,79,162); }

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