#125F97

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

Shades of Endeavour #125F97

Tints of Endeavour #125F97

Color information

#125F97 (or 0x125F97) is unknown color: approx Endeavour. HEX triplet: 12, 5F and 97. RGB value is (18,95,151). Sum of RGB (Red+Green+Blue) = 18+95+151=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #125F97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125F97 is #EDA068. Grayscale: #4E4E4E. Windows color (decimal): -15573097 or 9920274. OLE color: 9920274.

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

Color convert

RGB1895151-
CMYK0.880.3700.41
HSL205.26º78.7%33.14%-
HSV(B)205.26º88.08%59.22%-
XYZ9.9310.5530.79-
YUV78.36168.9984.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 151 (59.38% from 255) = 57.20%
R=6.82%
G=35.98%
B=57.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18951510.880.3700.41205.2678.733.14
Hex125F975825029cd4f21
Octal221372271304505131511741
Binary1001010111111001011110110001001010101001110011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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