#125B96

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

Shades of Endeavour #125B96

Tints of Endeavour #125B96

Color information

#125B96 (or 0x125B96) is unknown color: approx Endeavour. HEX triplet: 12, 5B and 96. RGB value is (18,91,150). Sum of RGB (Red+Green+Blue) = 18+91+150=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #125B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125B96 is #EDA469. Grayscale: #4B4B4B. Windows color (decimal): -15574122 or 9853714. OLE color: 9853714.

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

Color convert

RGB1891150-
CMYK0.880.3900.41
HSL206.82º78.57%32.94%-
HSV(B)206.82º88%58.82%-
XYZ9.59.8130.25-
YUV75.9169.8286.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=6.95%
G=35.14%
B=57.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18911500.880.3900.41206.8278.5732.94
Hex125B965827029cf4f21
Octal221332261304705131711741
Binary1001010110111001011010110001001110101001110011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B96; }

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

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

<style>
 a { background-color: #125B96; }

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

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

<style>
 span { border-color: #125B96; }

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

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