#125D9F

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

Shades of Endeavour #125D9F

Tints of Endeavour #125D9F

Color information

#125D9F (or 0x125D9F) is unknown color: approx Endeavour. HEX triplet: 12, 5D and 9F. RGB value is (18,93,159). Sum of RGB (Red+Green+Blue) = 18+93+159=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #125D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125D9F is #EDA260. Grayscale: #4D4D4D. Windows color (decimal): -15573601 or 10444050. OLE color: 10444050.

HSL color Cylindrical-coordinate representation of color #125D9F: hue angle of 208.09º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125D9F is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1893159-
CMYK0.890.4200.38
HSL208.09º79.66%34.71%-
HSV(B)208.09º88.68%62.35%-
XYZ10.4210.4634.27-
YUV78.1173.6585.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 159 (62.5% from 255) = 58.89%
R=6.67%
G=34.44%
B=58.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18931590.890.4200.38208.0979.6634.71
Hex125D9F592A026d05023
Octal221352371315204632012043
Binary1001010111011001111110110011010100100110110100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,159); }

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

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

 a { background-color: rgb(18,93,159); }

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

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

 span { border-color: rgb(18,93,159); }

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