#124E96

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

Shades of Endeavour #124E96

Tints of Endeavour #124E96

Color information

#124E96 (or 0x124E96) is unknown color: approx Endeavour. HEX triplet: 12, 4E and 96. RGB value is (18,78,150). Sum of RGB (Red+Green+Blue) = 18+78+150=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #124E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124E96 is #EDB169. Grayscale: #434343. Windows color (decimal): -15577450 or 9850386. OLE color: 9850386.

HSL color Cylindrical-coordinate representation of color #124E96: hue angle of 212.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124E96 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1878150-
CMYK0.880.4800.41
HSL212.73º78.57%32.94%-
HSV(B)212.73º88%58.82%-
XYZ8.487.7829.91-
YUV68.27174.1292.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=7.32%
G=31.71%
B=60.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18781500.880.4800.41212.7378.5732.94
Hex124E965830029d54f21
Octal221162261306005132511741
Binary1001010011101001011010110001100000101001110101011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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