#125C91

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

Shades of Endeavour #125C91

Tints of Endeavour #125C91

Color information

#125C91 (or 0x125C91) is unknown color: approx Endeavour. HEX triplet: 12, 5C and 91. RGB value is (18,92,145). Sum of RGB (Red+Green+Blue) = 18+92+145=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #125C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C91 is #EDA36E. Grayscale: #4B4B4B. Windows color (decimal): -15573871 or 9526290. OLE color: 9526290.

HSL color Cylindrical-coordinate representation of color #125C91: hue angle of 205.04º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125C91 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1892145-
CMYK0.880.3700.43
HSL205.04º77.91%31.96%-
HSV(B)205.04º87.59%56.86%-
XYZ9.199.8328.2-
YUV75.92166.9886.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=7.06%
G=36.08%
B=56.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18921450.880.3700.43205.0477.9131.96
Hex125C91582502Bcd4e20
Octal221342211304505331511640
Binary1001010111001001000110110001001010101011110011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,92,145); }

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

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

 a { background-color: rgb(18,92,145); }

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

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

 span { border-color: rgb(18,92,145); }

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