#125F9B

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

Shades of Endeavour #125F9B

Tints of Endeavour #125F9B

Color information

#125F9B (or 0x125F9B) is unknown color: approx Endeavour. HEX triplet: 12, 5F and 9B. RGB value is (18,95,155). Sum of RGB (Red+Green+Blue) = 18+95+155=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #125F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125F9B is #EDA064. Grayscale: #4E4E4E. Windows color (decimal): -15573093 or 10182418. OLE color: 10182418.

HSL color Cylindrical-coordinate representation of color #125F9B: hue angle of 206.28º 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 #125F9B is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1895155-
CMYK0.880.3900.39
HSL206.28º79.19%33.92%-
HSV(B)206.28º88.39%60.78%-
XYZ10.2610.6832.53-
YUV78.82170.9984.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.72%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=6.72%
G=35.45%
B=57.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18951550.880.3900.39206.2879.1933.92
Hex125F9B5827027ce4f22
Octal221372331304704731611742
Binary1001010111111001101110110001001110100111110011101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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