#125B97

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

Shades of Endeavour #125B97

Tints of Endeavour #125B97

Color information

#125B97 (or 0x125B97) is unknown color: approx Endeavour. HEX triplet: 12, 5B and 97. RGB value is (18,91,151). Sum of RGB (Red+Green+Blue) = 18+91+151=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #125B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125B97 is #EDA468. Grayscale: #4B4B4B. Windows color (decimal): -15574121 or 9919250. OLE color: 9919250.

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

Color convert

RGB1891151-
CMYK0.880.4000.41
HSL207.07º78.7%33.14%-
HSV(B)207.07º88.08%59.22%-
XYZ9.589.8530.67-
YUV76.01170.3286.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 151 (59.38% from 255) = 58.08%
R=6.92%
G=35%
B=58.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18911510.880.4000.41207.0778.733.14
Hex125B975828029cf4f21
Octal221332271305005131711741
Binary1001010110111001011110110001010000101001110011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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