#124EA7

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

Shades of Cobalt #124EA7

Tints of Cobalt #124EA7

Color information

#124EA7 (or 0x124EA7) is unknown color: approx Cobalt. HEX triplet: 12, 4E and A7. RGB value is (18,78,167). Sum of RGB (Red+Green+Blue) = 18+78+167=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 167 (65.62% from 255 or 63.50% from 263); Max value from RGB is 167 - color contains mainly: blue. Hex color #124EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124EA7 is #EDB158. Grayscale: #454545. Windows color (decimal): -15577433 or 10964498. OLE color: 10964498.

HSL color Cylindrical-coordinate representation of color #124EA7: hue angle of 215.84º degrees, saturation: 0.81, 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 #124EA7 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1878167-
CMYK0.890.5300.35
HSL215.84º80.54%36.27%-
HSV(B)215.84º89.22%65.49%-
XYZ9.958.3737.65-
YUV70.21182.6290.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 167 (65.62% from 255) = 63.50%
R=6.84%
G=29.66%
B=63.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18781670.890.5300.35215.8480.5436.27
Hex124EA75935023d85124
Octal221162471316504333012144
Binary1001010011101010011110110011101010100011110110001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,78,167); }

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

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

 a { background-color: rgb(18,78,167); }

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

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

 span { border-color: rgb(18,78,167); }

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