#125D9E

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

Shades of Endeavour #125D9E

Tints of Endeavour #125D9E

Color information

#125D9E (or 0x125D9E) is unknown color: approx Endeavour. HEX triplet: 12, 5D and 9E. RGB value is (18,93,158). Sum of RGB (Red+Green+Blue) = 18+93+158=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #125D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125D9E is #EDA261. Grayscale: #4D4D4D. Windows color (decimal): -15573602 or 10378514. OLE color: 10378514.

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

Color convert

RGB1893158-
CMYK0.890.4100.38
HSL207.86º79.55%34.51%-
HSV(B)207.86º88.61%61.96%-
XYZ10.3410.4333.82-
YUV77.98173.1585.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 158 (62.11% from 255) = 58.74%
R=6.69%
G=34.57%
B=58.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18931580.890.4100.38207.8679.5534.51
Hex125D9E5929026d05023
Octal221352361315104632012043
Binary1001010111011001111010110011010010100110110100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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