#125A9B

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

Shades of Endeavour #125A9B

Tints of Endeavour #125A9B

Color information

#125A9B (or 0x125A9B) is unknown color: approx Endeavour. HEX triplet: 12, 5A and 9B. RGB value is (18,90,155). Sum of RGB (Red+Green+Blue) = 18+90+155=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #125A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125A9B is #EDA564. Grayscale: #4B4B4B. Windows color (decimal): -15574373 or 10181138. OLE color: 10181138.

HSL color Cylindrical-coordinate representation of color #125A9B: hue angle of 208.47º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125A9B is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1890155-
CMYK0.880.4200.39
HSL208.47º79.19%33.92%-
HSV(B)208.47º88.39%60.78%-
XYZ9.829.8132.39-
YUV75.88172.6586.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=6.84%
G=34.22%
B=58.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18901550.880.4200.39208.4779.1933.92
Hex125A9B582A027d04f22
Octal221322331305204732011742
Binary1001010110101001101110110001010100100111110100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,90,155); }

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

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

 a { background-color: rgb(18,90,155); }

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

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

 span { border-color: rgb(18,90,155); }

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