#125B90

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

Shades of Endeavour #125B90

Tints of Endeavour #125B90

Color information

#125B90 (or 0x125B90) is unknown color: approx Endeavour. HEX triplet: 12, 5B and 90. RGB value is (18,91,144). Sum of RGB (Red+Green+Blue) = 18+91+144=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #125B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125B90 is #EDA46F. Grayscale: #4A4A4A. Windows color (decimal): -15574128 or 9460498. OLE color: 9460498.

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

Color convert

RGB1891144-
CMYK0.880.3700.44
HSL205.24º77.78%31.76%-
HSV(B)205.24º87.5%56.47%-
XYZ9.029.6227.77-
YUV75.21166.8287.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=7.11%
G=35.97%
B=56.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18911440.880.3700.44205.2477.7831.76
Hex125B90582502Ccd4e20
Octal221332201304505431511640
Binary1001010110111001000010110001001010101100110011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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