#124F96

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

Shades of Endeavour #124F96

Tints of Endeavour #124F96

Color information

#124F96 (or 0x124F96) is unknown color: approx Endeavour. HEX triplet: 12, 4F and 96. RGB value is (18,79,150). Sum of RGB (Red+Green+Blue) = 18+79+150=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #124F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F96 is #EDB069. Grayscale: #444444. Windows color (decimal): -15577194 or 9850642. OLE color: 9850642.

HSL color Cylindrical-coordinate representation of color #124F96: hue angle of 212.27º 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 #124F96 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1879150-
CMYK0.880.4700.41
HSL212.27º78.57%32.94%-
HSV(B)212.27º88%58.82%-
XYZ8.557.9229.93-
YUV68.85173.7991.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=7.29%
G=31.98%
B=60.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18791500.880.4700.41212.2778.5732.94
Hex124F96582F029d44f21
Octal221172261305705132411741
Binary1001010011111001011010110001011110101001110101001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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