#124FA5

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

Shades of Cobalt #124FA5

Tints of Cobalt #124FA5

Color information

#124FA5 (or 0x124FA5) is unknown color: approx Cobalt. HEX triplet: 12, 4F and A5. RGB value is (18,79,165). Sum of RGB (Red+Green+Blue) = 18+79+165=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 165 (64.84% from 255 or 62.98% from 262); Max value from RGB is 165 - color contains mainly: blue. Hex color #124FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FA5 is #EDB05A. Grayscale: #464646. Windows color (decimal): -15577179 or 10833682. OLE color: 10833682.

HSL color Cylindrical-coordinate representation of color #124FA5: hue angle of 215.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124FA5 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1879165-
CMYK0.890.5200.35
HSL215.1º80.33%35.88%-
HSV(B)215.1º89.09%64.71%-
XYZ9.848.4436.71-
YUV70.56181.2990.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 165 (64.84% from 255) = 62.98%
R=6.87%
G=30.15%
B=62.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18791650.890.5200.35215.180.3335.88
Hex124FA55934023d75024
Octal221172451316404332712044
Binary1001010011111010010110110011101000100011110101111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124FA5; }

 p { color: rgb(18,79,165); }

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

<style>
 a { background-color: #124FA5; }

 a { background-color: rgb(18,79,165); }

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

<style>
 span { border-color: #124FA5; }

 span { border-color: rgb(18,79,165); }

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